From 001d570e10bf848d5ae9372289014edc9f96a25c Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 4 Jul 2022 12:23:30 +0000 Subject: Sync with changes in dsa_meth.c pointed out by jsing --- src/lib/libcrypto/rsa/rsa_locl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/rsa/rsa_locl.h') diff --git a/src/lib/libcrypto/rsa/rsa_locl.h b/src/lib/libcrypto/rsa/rsa_locl.h index 9eae2b3a24..1a2412ad80 100644 --- a/src/lib/libcrypto/rsa/rsa_locl.h +++ b/src/lib/libcrypto/rsa/rsa_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa_locl.h,v 1.12 2022/01/14 08:34:39 tb Exp $ */ +/* $OpenBSD: rsa_locl.h,v 1.13 2022/07/04 12:23:30 tb Exp $ */ __BEGIN_HIDDEN_DECLS @@ -9,7 +9,7 @@ __BEGIN_HIDDEN_DECLS #define pkey_ctx_is_pss(ctx) (ctx->pmeth->pkey_id == EVP_PKEY_RSA_PSS) struct rsa_meth_st { - const char *name; + char *name; int (*rsa_pub_enc)(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding); int (*rsa_pub_dec)(int flen, const unsigned char *from, -- cgit v1.2.3-55-g6feb