diff options
author | Martin Willi <martin@strongswan.org> | 2006-05-19 09:29:17 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-05-19 09:29:17 +0000 |
commit | 1dec928446f3118fae6236efdbf3a0e1f3b6ac3d (patch) | |
tree | bd6a50e61bac0f646dee1836bc18d0490015f0ab /src/libcrypto | |
parent | fea5e716c47444c760b6103ef23f77c2120d891c (diff) | |
download | strongswan-1dec928446f3118fae6236efdbf3a0e1f3b6ac3d.tar.bz2 strongswan-1dec928446f3118fae6236efdbf3a0e1f3b6ac3d.tar.xz |
- fixed another typo
Diffstat (limited to 'src/libcrypto')
-rw-r--r-- | src/libcrypto/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcrypto/Makefile.am b/src/libcrypto/Makefile.am index cfb4ae110..23066033d 100644 --- a/src/libcrypto/Makefile.am +++ b/src/libcrypto/Makefile.am @@ -6,6 +6,6 @@ libblowfish/bf_pi.h libblowfish/bf_locl.h libblowfish/bf_enc.c libsha2/hmac_sha2 libsha2/sha2.c libserpent/serpent_cbc.c libserpent/serpent_cbc.h libserpent/serpent.c libserpent/serpent.h \ libtwofish/twofish_cbc.h libtwofish/twofish_cbc.c libtwofish/twofish.c libtwofish/twofish.h libdes/des_enc.c \ libdes/podd.h libdes/sk.h libdes/set_key.c libdes/speed.c libdes/fcrypt_b.c libdes/fcrypt.c libdes/destest.c \ -libdes/spr.h libdes/cbc_enc.c libdes/ecb_enc.c libdes/des_opts.clibdes/des_locl.h libdes/des_ver.h libdes/des.h +libdes/spr.h libdes/cbc_enc.c libdes/ecb_enc.c libdes/des_opts.c libdes/des_locl.h libdes/des_ver.h libdes/des.h INCLUDES = -I$(top_srcdir)/src/libcrypto/include |