From 7f35b7d9c5f41cac834c9fe20a16757adbd06535 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 19 Aug 2016 13:50:01 +0100 Subject: [PATCH] Update function error code A function error code needed updating due to merge issues. Reviewed-by: Richard Levitte --- include/openssl/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index 4f23c9f804..41cb36e943 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -2066,7 +2066,7 @@ int ERR_load_SSL_strings(void); # define SSL_F_DTLS1_CHECK_TIMEOUT_NUM 318 # define SSL_F_DTLS1_HEARTBEAT 305 # define SSL_F_DTLS1_PREPROCESS_FRAGMENT 288 -# define SSL_F_DTLS1_PROCESS_BUFFERED_RECORDS 423 +# define SSL_F_DTLS1_PROCESS_BUFFERED_RECORDS 424 # define SSL_F_DTLS1_PROCESS_RECORD 257 # define SSL_F_DTLS1_READ_BYTES 258 # define SSL_F_DTLS1_READ_FAILED 339 -- 2.25.1