diff options
Diffstat (limited to 'crypto/store/store_strings.c')
-rw-r--r-- | crypto/store/store_strings.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/store/store_strings.c b/crypto/store/store_strings.c index 76cf3164837c..3d4a8ea73079 100644 --- a/crypto/store/store_strings.c +++ b/crypto/store/store_strings.c @@ -1,7 +1,7 @@ /* - * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html @@ -12,6 +12,7 @@ static char *type_strings[] = { "Name", /* OSSL_STORE_INFO_NAME */ "Parameters", /* OSSL_STORE_INFO_PARAMS */ + "Public key", /* OSSL_STORE_INFO_PUBKEY */ "Pkey", /* OSSL_STORE_INFO_PKEY */ "Certificate", /* OSSL_STORE_INFO_CERT */ "CRL" /* OSSL_STORE_INFO_CRL */ |