diff options
author | Andy Polyakov <appro@openssl.org> | 2005-11-06 13:53:28 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-11-06 13:53:28 +0100 |
commit | c629204688430b5e1b81ea0e67489cd4dbbd05f7 (patch) | |
tree | 0d9f93aaf2f6a817a9f6dc61e82f13329efb63fa /util | |
parent | The typos never stop. Fix one in apps/apps.c. (diff) | |
download | openssl-c629204688430b5e1b81ea0e67489cd4dbbd05f7.tar.xz openssl-c629204688430b5e1b81ea0e67489cd4dbbd05f7.zip |
Keep removing references to tmdiff.
Diffstat (limited to 'util')
-rwxr-xr-x | util/libeay.num | 10 | ||||
-rwxr-xr-x | util/mkdef.pl | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/util/libeay.num b/util/libeay.num index 1badfb4ad9..f19d090bd7 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -1117,11 +1117,11 @@ COMP_compress_block 1144 EXIST::FUNCTION: COMP_expand_block 1145 EXIST::FUNCTION: COMP_rle 1146 EXIST::FUNCTION: COMP_zlib 1147 EXIST::FUNCTION: -ms_time_diff 1148 EXIST::FUNCTION: -ms_time_new 1149 EXIST::FUNCTION: -ms_time_free 1150 EXIST::FUNCTION: -ms_time_cmp 1151 EXIST::FUNCTION: -ms_time_get 1152 EXIST::FUNCTION: +ms_time_diff 1148 NOEXIST::FUNCTION: +ms_time_new 1149 NOEXIST::FUNCTION: +ms_time_free 1150 NOEXIST::FUNCTION: +ms_time_cmp 1151 NOEXIST::FUNCTION: +ms_time_get 1152 NOEXIST::FUNCTION: PKCS7_set_attributes 1153 EXIST::FUNCTION: PKCS7_set_signed_attributes 1154 EXIST::FUNCTION: X509_ATTRIBUTE_create 1155 EXIST::FUNCTION: diff --git a/util/mkdef.pl b/util/mkdef.pl index c9417d3b90..eb23bdec60 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -275,7 +275,6 @@ $crypto.=" crypto/comp/comp.h" ; # unless $no_comp; $crypto.=" crypto/ocsp/ocsp.h"; $crypto.=" crypto/ui/ui.h crypto/ui/ui_compat.h"; $crypto.=" crypto/krb5/krb5_asn.h"; -$crypto.=" crypto/tmdiff.h"; $crypto.=" crypto/store/store.h"; $crypto.=" crypto/pqueue/pqueue.h"; |