summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-01 03:53:12 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-01 03:53:12 +0000
commita5db6fa5760f21d16d59e025e930c02456e00fef (patch)
tree66a42dd4562e482cd21706a7157e584d3e8e723d /util/mkdef.pl
parent9236b5b01351315532a36764f1d844d6b2d744c9 (diff)
Define a STORE type. For documentation, read the entry in CHANGES,
crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h.
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 4c15a942d2..64e0430a19 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -273,6 +273,7 @@ $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";
my $symhacks="crypto/symhacks.h";