aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-30 17:35:01 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-30 17:35:01 +0000
commit679ab7c39e1c011870a2f6f6092460dbe693600f (patch)
tree4b90ea2e8b108a0abe9d730da071bcbc426b8bfa /util/mkdef.pl
parentf33fbc2e1e64a202476c29080636ee989871e7f7 (diff)
downloadopenssl-679ab7c39e1c011870a2f6f6092460dbe693600f.tar.gz
Update STATUS, modify ssl.h so mkdef.pl will pick up prototypes and
add x509v3.h to mkdef.pl list of include files.
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 0d66a90999..a62e3eef82 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -65,6 +65,7 @@ $crypto.=" crypto/err/err.h";
$crypto.=" crypto/pkcs7/pkcs7.h";
$crypto.=" crypto/x509/x509.h";
$crypto.=" crypto/x509/x509_vfy.h";
+$crypto.=" crypto/x509v3/x509v3.h";
$crypto.=" crypto/rand/rand.h";
$crypto.=" crypto/hmac/hmac.h";
$crypto.=" crypto/comp/comp.h";