From cf2cede4a75f5e269f791bf1dcc029bba8c1f689 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 22 Jan 2016 14:54:01 -0500 Subject: 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e93d4a4f54..9278783c8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -144,7 +144,7 @@ SDIRS= \ bn ec rsa dsa dh dso engine \ buffer bio stack lhash rand err \ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui \ - cms pqueue ts jpake srp store cmac ct async kdf + cms ts jpake srp store cmac ct async kdf # keep in mind that the above list is adjusted by ./Configure # according to no-xxx arguments... -- cgit v1.2.3