diff options
Diffstat (limited to 'src/lib/libssl/dtls_local.h')
| -rw-r--r-- | src/lib/libssl/dtls_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/dtls_local.h b/src/lib/libssl/dtls_local.h index 9da48d1739..9939928b38 100644 --- a/src/lib/libssl/dtls_local.h +++ b/src/lib/libssl/dtls_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: dtls_local.h,v 1.7 2026/06/06 15:22:25 jsing Exp $ */ | 1 | /* $OpenBSD: dtls_local.h,v 1.8 2026/06/06 15:24:26 jsing Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
| 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
| @@ -222,6 +222,7 @@ long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg); | |||
| 222 | int dtls1_get_message(SSL *s, int st1, int stn, int mt, long max); | 222 | int dtls1_get_message(SSL *s, int st1, int stn, int mt, long max); |
| 223 | int dtls1_get_record(SSL *s); | 223 | int dtls1_get_record(SSL *s); |
| 224 | 224 | ||
| 225 | int dtls12_ccs_built(SSL *s); | ||
| 225 | int dtls12_handshake_msg_built(SSL *s); | 226 | int dtls12_handshake_msg_built(SSL *s); |
| 226 | __END_HIDDEN_DECLS | 227 | __END_HIDDEN_DECLS |
| 227 | 228 | ||
