summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
-rw-r--r--src/lib/libssl/ssl_local.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h
index 8c96796a63..06baedfd22 100644
--- a/src/lib/libssl/ssl_local.h
+++ b/src/lib/libssl/ssl_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_local.h,v 1.25 2025/01/18 10:53:04 tb Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.26 2025/01/18 12:20:37 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 *
@@ -207,10 +207,8 @@ __BEGIN_HIDDEN_DECLS
207#define SSL_aTLS1_3 0x00000400L /* TLSv1.3 authentication */ 207#define SSL_aTLS1_3 0x00000400L /* TLSv1.3 authentication */
208 208
209/* Bits for algorithm_enc (symmetric encryption) */ 209/* Bits for algorithm_enc (symmetric encryption) */
210#define SSL_DES 0x00000001L
211#define SSL_3DES 0x00000002L 210#define SSL_3DES 0x00000002L
212#define SSL_RC4 0x00000004L 211#define SSL_RC4 0x00000004L
213#define SSL_IDEA 0x00000008L
214#define SSL_eNULL 0x00000010L 212#define SSL_eNULL 0x00000010L
215#define SSL_AES128 0x00000020L 213#define SSL_AES128 0x00000020L
216#define SSL_AES256 0x00000040L 214#define SSL_AES256 0x00000040L