diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-22 20:54:01 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-25 00:25:04 +0100 |
commit | cf2cede4a75f5e269f791bf1dcc029bba8c1f689 (patch) | |
tree | 093d88fcb4a288e899114adf1ecd2e208ac94758 /util/mkdef.pl | |
parent | Make sure apps/Makefile builds apps/CA.pl by default (diff) | |
download | openssl-cf2cede4a75f5e269f791bf1dcc029bba8c1f689.tar.xz openssl-cf2cede4a75f5e269f791bf1dcc029bba8c1f689.zip |
Move pqueue into ssl
This is an internal facility, never documented, not for
public consumption. Move it into ssl (where it's only used
for DTLS).
I also made the typedef's for pqueue and pitem follow our style: they
name structures, not pointers.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-x | util/mkdef.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl index 88c45c7d9b..097d25283b 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -292,7 +292,6 @@ $crypto.=" include/openssl/comp.h" ; # unless $no_comp; $crypto.=" include/openssl/ocsp.h"; $crypto.=" include/openssl/ui.h"; #$crypto.=" include/openssl/store.h"; -$crypto.=" include/openssl/pqueue.h"; $crypto.=" include/openssl/cms.h"; $crypto.=" include/openssl/jpake.h"; $crypto.=" include/openssl/srp.h"; |