summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_srvr.c
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2022-01-08 12:43:46 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2022-01-08 12:43:46 +0000
commitd90d90df80d0ba9166ebd98ad80979362a59d320 (patch)
tree5d5b6ed76d3038871953a2221d94c3eb1da42576 /lib/libssl/ssl_srvr.c
parent7e466bb3b15785532c8ece456b7b2b50522aba56 (diff)
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
Nearly all structs in libssl start with an SSL_ suffix, rename CERT and CERT_PKEY for consistency. ok inoguchi@ tb@
Diffstat (limited to 'lib/libssl/ssl_srvr.c')
-rw-r--r--lib/libssl/ssl_srvr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl_srvr.c b/lib/libssl/ssl_srvr.c
index 9fad66b91a5..6e749438032 100644
--- a/lib/libssl/ssl_srvr.c
+++ b/lib/libssl/ssl_srvr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_srvr.c,v 1.132 2022/01/07 16:45:06 jsing Exp $ */
+/* $OpenBSD: ssl_srvr.c,v 1.133 2022/01/08 12:43:44 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -2277,7 +2277,7 @@ int
ssl3_send_server_certificate(SSL *s)
{
CBB cbb, server_cert;
- CERT_PKEY *cpk;
+ SSL_CERT_PKEY *cpk;
/*
* Server Certificate - RFC 5246, section 7.4.2.