summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <>2019-03-25 17:33:26 +0000
committerjsing <>2019-03-25 17:33:26 +0000
commit1d1c5f97809275aae99e2af9b38c37e3b1eb8410 (patch)
tree24293956674de119dfead3f60d3bf76b67c7b924 /src/lib/libssl/ssl_locl.h
parentadc85e649c82873f1fac3486fcd2504dcdeb3d41 (diff)
downloadopenbsd-1d1c5f97809275aae99e2af9b38c37e3b1eb8410.tar.gz
openbsd-1d1c5f97809275aae99e2af9b38c37e3b1eb8410.tar.bz2
openbsd-1d1c5f97809275aae99e2af9b38c37e3b1eb8410.zip
Strip out all of the pkey to sigalg and sigalg to pkey linkages.
These are no longer used now that we defer signature algorithm selection. ok beck@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 5358de452b..2dae72309c 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.243 2019/03/25 17:27:31 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.244 2019/03/25 17:33:26 jsing 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 *
@@ -966,8 +966,6 @@ typedef struct cert_pkey_st {
966 X509 *x509; 966 X509 *x509;
967 EVP_PKEY *privatekey; 967 EVP_PKEY *privatekey;
968 STACK_OF(X509) *chain; 968 STACK_OF(X509) *chain;
969 /* sigalg to use when signing */
970 const struct ssl_sigalg *sigalg;
971} CERT_PKEY; 969} CERT_PKEY;
972 970
973typedef struct cert_st { 971typedef struct cert_st {