diff options
author | levitte <levitte> | 2000-03-20 07:35:37 +0000 |
---|---|---|
committer | levitte <levitte> | 2000-03-20 07:35:37 +0000 |
commit | 37a1ad576f150d1079f431b8590ff098f778c074 (patch) | |
tree | 75925ea90f465e0c835787fdf415921b398d19d2 | |
parent | a05795797dd3f23b7d413e2ee39a404254f6a935 (diff) | |
download | openssl-37a1ad576f150d1079f431b8590ff098f778c074.tar.gz |
make update
-rw-r--r-- | crypto/des/Makefile.ssl | 2 | ||||
-rwxr-xr-x | util/libeay.num | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl index 733b83a06..0c253e17a 100644 --- a/crypto/des/Makefile.ssl +++ b/crypto/des/Makefile.ssl @@ -199,7 +199,7 @@ read_pwd.o: ../../include/openssl/stack.h ../cryptlib.h des_locl.h rpc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h rpc_enc.o: ../../include/openssl/opensslconf.h des_locl.h des_ver.h rpc_des.h set_key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h -set_key.o: ../../include/openssl/opensslconf.h des_locl.h podd.h sk.h +set_key.o: ../../include/openssl/opensslconf.h des_locl.h str2key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h str2key.o: ../../include/openssl/opensslconf.h des_locl.h xcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h diff --git a/util/libeay.num b/util/libeay.num index 7573e4a19..f611d6b28 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -2229,3 +2229,4 @@ RAND_status 2254 bn_dump1 2255 des_check_key_parity 2256 lh_num_items 2257 +RAND_event 2258 |