=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/pkeyutl.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/openssl/pkeyutl.c 2022/11/11 17:07:39 1.17 --- src/usr.bin/openssl/pkeyutl.c 2023/03/05 13:12:53 1.18 *************** *** 1,4 **** ! /* $OpenBSD: pkeyutl.c,v 1.17 2022/11/11 17:07:39 joshua Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ --- 1,4 ---- ! /* $OpenBSD: pkeyutl.c,v 1.18 2023/03/05 13:12:53 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ *************** *** 68,74 **** #define KEY_PUBKEY 2 #define KEY_CERT 3 ! struct { int asn1parse; EVP_PKEY_CTX *ctx; int hexdump; --- 68,74 ---- #define KEY_PUBKEY 2 #define KEY_CERT 3 ! static struct { int asn1parse; EVP_PKEY_CTX *ctx; int hexdump;