diff options
author | miod <> | 2014-05-15 19:39:46 +0000 |
---|---|---|
committer | miod <> | 2014-05-15 19:39:46 +0000 |
commit | 8bfccde54e4165db2d95797d53f16cb1978af3da (patch) | |
tree | 90a6f068b9c6a7ff99b8af99834a159647dc08fb /src/lib/libssl/d1_pkt.c | |
parent | fadbce26b3ee4c2f77bd19a8b33161719b0fe5ba (diff) | |
download | openbsd-8bfccde54e4165db2d95797d53f16cb1978af3da.tar.gz openbsd-8bfccde54e4165db2d95797d53f16cb1978af3da.tar.bz2 openbsd-8bfccde54e4165db2d95797d53f16cb1978af3da.zip |
No longer make pqueue.h a public (and installed) header file. Replace its
inclusion in <ssl/dtls1.h> by the benign
`struct _pqueue; typedef struct _pqueue *pqueue;'.
Note that said dtls1.h should probably be considered a private header as well...
ok beck@
Diffstat (limited to 'src/lib/libssl/d1_pkt.c')
-rw-r--r-- | src/lib/libssl/d1_pkt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libssl/d1_pkt.c b/src/lib/libssl/d1_pkt.c index c5bdb41b90..5d3aaceac6 100644 --- a/src/lib/libssl/d1_pkt.c +++ b/src/lib/libssl/d1_pkt.c | |||
@@ -119,7 +119,6 @@ | |||
119 | #include "ssl_locl.h" | 119 | #include "ssl_locl.h" |
120 | #include <openssl/evp.h> | 120 | #include <openssl/evp.h> |
121 | #include <openssl/buffer.h> | 121 | #include <openssl/buffer.h> |
122 | #include <openssl/pqueue.h> | ||
123 | #include <openssl/rand.h> | 122 | #include <openssl/rand.h> |
124 | 123 | ||
125 | /* mod 128 saturating subtract of two 64-bit values in big-endian order */ | 124 | /* mod 128 saturating subtract of two 64-bit values in big-endian order */ |