diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/pqueue.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/pqueue.h b/src/lib/libssl/pqueue.h index 67087775bd..da13ffcee9 100644 --- a/src/lib/libssl/pqueue.h +++ b/src/lib/libssl/pqueue.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pqueue.h,v 1.5 2025/05/04 10:47:02 tb Exp $ */ | 1 | /* $OpenBSD: pqueue.h,v 1.6 2025/05/04 10:47:46 tb Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * DTLS implementation written by Nagendra Modadugu | 4 | * DTLS implementation written by Nagendra Modadugu |
@@ -61,7 +61,7 @@ | |||
61 | #ifndef HEADER_PQUEUE_H | 61 | #ifndef HEADER_PQUEUE_H |
62 | #define HEADER_PQUEUE_H | 62 | #define HEADER_PQUEUE_H |
63 | 63 | ||
64 | __BEGIN_HIDDEN_DECLS | 64 | __BEGIN_HIDDEN_DECLS |
65 | 65 | ||
66 | typedef struct _pqueue *pqueue; | 66 | typedef struct _pqueue *pqueue; |
67 | 67 | ||
@@ -88,6 +88,6 @@ pitem *pqueue_next(piterator *iter); | |||
88 | 88 | ||
89 | int pqueue_size(pqueue pq); | 89 | int pqueue_size(pqueue pq); |
90 | 90 | ||
91 | __END_HIDDEN_DECLS | 91 | __END_HIDDEN_DECLS |
92 | 92 | ||
93 | #endif /* ! HEADER_PQUEUE_H */ | 93 | #endif /* ! HEADER_PQUEUE_H */ |