diff options
| author | djm <> | 2006-06-27 05:05:40 +0000 |
|---|---|---|
| committer | djm <> | 2006-06-27 05:05:40 +0000 |
| commit | 4f828b924f54507141fb95ebe49dfcd261945e85 (patch) | |
| tree | f6b05913ca6b34db73a343a7bb36d57ff4105356 /src/lib/libcrypto/bf | |
| parent | 588543a0946f1dbf0f1dd5135f8f6447486dc183 (diff) | |
| download | openbsd-4f828b924f54507141fb95ebe49dfcd261945e85.tar.gz openbsd-4f828b924f54507141fb95ebe49dfcd261945e85.tar.bz2 openbsd-4f828b924f54507141fb95ebe49dfcd261945e85.zip | |
import of openssl-0.9.7j
Diffstat (limited to 'src/lib/libcrypto/bf')
| -rw-r--r-- | src/lib/libcrypto/bf/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/bf/Makefile b/src/lib/libcrypto/bf/Makefile index 0e2121efdc..42e2c050f8 100644 --- a/src/lib/libcrypto/bf/Makefile +++ b/src/lib/libcrypto/bf/Makefile | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # | 1 | # |
| 2 | # SSLeay/crypto/blowfish/Makefile | 2 | # OpenSSL/crypto/blowfish/Makefile |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | DIR= bf | 5 | DIR= bf |
| @@ -110,7 +110,7 @@ bf_enc.o: ../../include/openssl/opensslconf.h bf_enc.c bf_locl.h | |||
| 110 | bf_ofb64.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h | 110 | bf_ofb64.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h |
| 111 | bf_ofb64.o: ../../include/openssl/opensslconf.h bf_locl.h bf_ofb64.c | 111 | bf_ofb64.o: ../../include/openssl/opensslconf.h bf_locl.h bf_ofb64.c |
| 112 | bf_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/crypto.h | 112 | bf_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/crypto.h |
| 113 | bf_skey.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 113 | bf_skey.o: ../../include/openssl/e_os2.h ../../include/openssl/fips.h |
| 114 | bf_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 114 | bf_skey.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 115 | bf_skey.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 115 | bf_skey.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 116 | bf_skey.o: bf_locl.h bf_pi.h bf_skey.c | 116 | bf_skey.o: ../../include/openssl/symhacks.h bf_locl.h bf_pi.h bf_skey.c |
