diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/pqueue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/pqueue.h b/src/lib/libssl/pqueue.h index cdda4a3961..67087775bd 100644 --- a/src/lib/libssl/pqueue.h +++ b/src/lib/libssl/pqueue.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pqueue.h,v 1.4 2016/11/04 18:28:58 guenther Exp $ */ | 1 | /* $OpenBSD: pqueue.h,v 1.5 2025/05/04 10:47:02 tb Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * DTLS implementation written by Nagendra Modadugu | 4 | * DTLS implementation written by Nagendra Modadugu |
@@ -73,7 +73,7 @@ typedef struct _pitem { | |||
73 | 73 | ||
74 | typedef struct _pitem *piterator; | 74 | typedef struct _pitem *piterator; |
75 | 75 | ||
76 | pitem *pitem_new(unsigned char *prio64be, void *data); | 76 | pitem *pitem_new(const unsigned char *prio64be, void *data); |
77 | void pitem_free(pitem *item); | 77 | void pitem_free(pitem *item); |
78 | 78 | ||
79 | pqueue pqueue_new(void); | 79 | pqueue pqueue_new(void); |