From b28828796ad6d65ac463b41bba153f74e4531a6b Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 14 Nov 2014 09:52:32 +0100 Subject: Update OpenSSL version --- main/openssl/crypto/pqueue/pqueue.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'main/openssl/crypto/pqueue') diff --git a/main/openssl/crypto/pqueue/pqueue.h b/main/openssl/crypto/pqueue/pqueue.h index 87fc9037..26b53480 100644 --- a/main/openssl/crypto/pqueue/pqueue.h +++ b/main/openssl/crypto/pqueue/pqueue.h @@ -64,6 +64,9 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif typedef struct _pqueue *pqueue; typedef struct _pitem @@ -91,4 +94,7 @@ pitem *pqueue_next(piterator *iter); void pqueue_print(pqueue pq); int pqueue_size(pqueue pq); +#ifdef __cplusplus +} +#endif #endif /* ! HEADER_PQUEUE_H */ -- cgit v1.2.3