summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-06 12:53:28 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-06 12:53:28 +0000
commitc629204688430b5e1b81ea0e67489cd4dbbd05f7 (patch)
tree0d9f93aaf2f6a817a9f6dc61e82f13329efb63fa /util
parente22f63f2318c66387015a696eefae8304c9ee09b (diff)
Keep removing references to tmdiff.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num10
-rwxr-xr-xutil/mkdef.pl1
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";