From ff09486d906c9da98b73480e4369dffd30b13a4d Mon Sep 17 00:00:00 2001 From: inoguchi <> Date: Sat, 2 Nov 2019 16:06:25 +0000 Subject: Sort standard_methods by pkey_id. ok jsing@ --- src/lib/libcrypto/asn1/ameth_lib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/asn1/ameth_lib.c b/src/lib/libcrypto/asn1/ameth_lib.c index 212b86c5f7..8be82060ef 100644 --- a/src/lib/libcrypto/asn1/ameth_lib.c +++ b/src/lib/libcrypto/asn1/ameth_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ameth_lib.c,v 1.20 2019/11/01 15:08:36 jsing Exp $ */ +/* $OpenBSD: ameth_lib.c,v 1.21 2019/11/02 16:06:25 inoguchi Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -105,13 +105,13 @@ static const EVP_PKEY_ASN1_METHOD *standard_methods[] = { #endif &hmac_asn1_meth, &cmac_asn1_meth, +#ifndef OPENSSL_NO_RSA + &rsa_pss_asn1_meth, +#endif #ifndef OPENSSL_NO_GOST &gostr01_asn1_meths[1], &gostr01_asn1_meths[2], #endif -#ifndef OPENSSL_NO_RSA - &rsa_pss_asn1_meth, -#endif }; typedef int sk_cmp_fn_type(const char * const *a, const char * const *b); -- cgit v1.2.3-55-g6feb