diff options
Diffstat (limited to 'lib/libssl/d1_both.c')
-rw-r--r-- | lib/libssl/d1_both.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libssl/d1_both.c b/lib/libssl/d1_both.c index 10b62cd4104..0e328256959 100644 --- a/lib/libssl/d1_both.c +++ b/lib/libssl/d1_both.c @@ -123,6 +123,8 @@ #include <openssl/evp.h> #include <openssl/x509.h> +#include "pqueue.h" + #define RSMBLY_BITMASK_SIZE(msg_len) (((msg_len) + 7) / 8) #define RSMBLY_BITMASK_MARK(bitmask, start, end) { \ |