From 0f5d2532625cc257b534baa11149474a4f742f9b Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 8 Jan 2022 12:54:32 +0000 Subject: [PATCH] Remove commented out CERT_* defines. --- lib/libssl/ssl_locl.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h index e8c277ec606..637a789dd12 100644 --- a/lib/libssl/ssl_locl.h +++ b/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 */ -- 2.20.1