summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2021-09-10 14:55:53 +0000
committertb <>2021-09-10 14:55:53 +0000
commitd43fdcce210505b7213dd1a537debe8b56226b35 (patch)
tree1ef44a80772c091366142aaf43af0dfaa6cdfc68 /src/lib
parentab0ce5a5a69ab00480cb1b7d8e7c6329ebbe2f92 (diff)
downloadopenbsd-d43fdcce210505b7213dd1a537debe8b56226b35.tar.gz
openbsd-d43fdcce210505b7213dd1a537debe8b56226b35.tar.bz2
openbsd-d43fdcce210505b7213dd1a537debe8b56226b35.zip
Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.h
ok beck jsing
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/ssl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index 3e66583f01..7ed69467b6 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.206 2021/09/10 14:55:24 tb Exp $ */ 1/* $OpenBSD: ssl.h,v 1.207 2021/09/10 14:55:53 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1995,9 +1995,7 @@ void ERR_load_SSL_strings(void);
1995#define SSL_R_MISSING_VERIFY_MESSAGE 174 1995#define SSL_R_MISSING_VERIFY_MESSAGE 174
1996#define SSL_R_MULTIPLE_SGC_RESTARTS 346 1996#define SSL_R_MULTIPLE_SGC_RESTARTS 346
1997#define SSL_R_NON_SSLV2_INITIAL_PACKET 175 1997#define SSL_R_NON_SSLV2_INITIAL_PACKET 175
1998#if defined(LIBRESSL_INTERNAL)
1999#define SSL_R_NO_APPLICATION_PROTOCOL 235 1998#define SSL_R_NO_APPLICATION_PROTOCOL 235
2000#endif
2001#define SSL_R_NO_CERTIFICATES_RETURNED 176 1999#define SSL_R_NO_CERTIFICATES_RETURNED 176
2002#define SSL_R_NO_CERTIFICATE_ASSIGNED 177 2000#define SSL_R_NO_CERTIFICATE_ASSIGNED 177
2003#define SSL_R_NO_CERTIFICATE_RETURNED 178 2001#define SSL_R_NO_CERTIFICATE_RETURNED 178