From c9912e9c904debefddadcc409940eab31cf8b02b Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 8 Jan 2022 12:54:32 +0000 Subject: Remove commented out CERT_* defines. --- src/lib/libssl/ssl_locl.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index e8c277ec60..637a789dd1 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.377 2022/01/08 12:43:44 jsing Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.378 2022/01/08 12:54:32 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -348,12 +348,6 @@ __BEGIN_HIDDEN_DECLS * SSL_aDSS <- DSA_SIGN */ -/* -#define CERT_INVALID 0 -#define CERT_PUBLIC_KEY 1 -#define CERT_PRIVATE_KEY 2 -*/ - /* From ECC-TLS draft, used in encoding the curve type in * ECParameters */ -- cgit v1.2.3-55-g6feb