diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 0dc555f9db..a1b36e549a 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.413 2022/07/10 18:40:55 tb Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.414 2022/07/17 14:49:01 jsing 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 | * |
@@ -1066,7 +1066,8 @@ struct ssl_st { | |||
1066 | */ | 1066 | */ |
1067 | int version; | 1067 | int version; |
1068 | 1068 | ||
1069 | const SSL_METHOD *method; /* SSLv3 */ | 1069 | const SSL_METHOD *method; |
1070 | const void *quic_method; /* XXX */ | ||
1070 | 1071 | ||
1071 | /* There are 2 BIO's even though they are normally both the | 1072 | /* There are 2 BIO's even though they are normally both the |
1072 | * same. This is so data can be read and written to different | 1073 | * same. This is so data can be read and written to different |