summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-04-18 08:07:36 +0000
committertb <>2025-04-18 08:07:36 +0000
commit88f5a71da6e6f317a8ab831a7baae6e8681c27ec (patch)
tree8b656c55ffece6429830249c2c3723e29ad20050 /src
parente38e8607b63d95216a6418c5ead8372258fa067f (diff)
downloadopenbsd-88f5a71da6e6f317a8ab831a7baae6e8681c27ec.tar.gz
openbsd-88f5a71da6e6f317a8ab831a7baae6e8681c27ec.tar.bz2
openbsd-88f5a71da6e6f317a8ab831a7baae6e8681c27ec.zip
Remove two unused defines, update standard reference
ok jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/ssl_local.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h
index 1230ecd49e..3a377030b0 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.28 2025/04/18 07:34:01 tb Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.29 2025/04/18 08:07:36 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 *
@@ -289,12 +289,8 @@ __BEGIN_HIDDEN_DECLS
289 * SSL_aDSS <- DSA_SIGN 289 * SSL_aDSS <- DSA_SIGN
290 */ 290 */
291 291
292/* From ECC-TLS draft, used in encoding the curve type in 292/* From RFC 4492, section 5.4. Only named curves are supported. */
293 * ECParameters 293#define NAMED_CURVE_TYPE 3
294 */
295#define EXPLICIT_PRIME_CURVE_TYPE 1
296#define EXPLICIT_CHAR2_CURVE_TYPE 2
297#define NAMED_CURVE_TYPE 3
298 294
299typedef struct ssl_cert_pkey_st { 295typedef struct ssl_cert_pkey_st {
300 X509 *x509; 296 X509 *x509;