diff options
Diffstat (limited to 'src/lib/libssl/t1_enc.c')
-rw-r--r-- | src/lib/libssl/t1_enc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/t1_enc.c b/src/lib/libssl/t1_enc.c index dc627c5a8b..c6140e9b34 100644 --- a/src/lib/libssl/t1_enc.c +++ b/src/lib/libssl/t1_enc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t1_enc.c,v 1.156 2022/11/07 11:58:45 jsing Exp $ */ | 1 | /* $OpenBSD: t1_enc.c,v 1.157 2022/11/26 16:08:56 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 | * |
@@ -143,8 +143,8 @@ | |||
143 | #include <openssl/md5.h> | 143 | #include <openssl/md5.h> |
144 | #include <openssl/opensslconf.h> | 144 | #include <openssl/opensslconf.h> |
145 | 145 | ||
146 | #include "dtls_locl.h" | 146 | #include "dtls_local.h" |
147 | #include "ssl_locl.h" | 147 | #include "ssl_local.h" |
148 | 148 | ||
149 | void | 149 | void |
150 | tls1_cleanup_key_block(SSL *s) | 150 | tls1_cleanup_key_block(SSL *s) |