X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fstore%2Fstore_err.c;h=681c9ffa284dcea4cc04637f8c8c588499214ad0;hp=9117576bd86c739c06ba683591bed2a30650bc81;hb=970f467ac32af4fb5680eb5bc845f35618468bed;hpb=7ad2ef366c3e96747dabee232a10b33d8fd2262a diff --git a/crypto/store/store_err.c b/crypto/store/store_err.c index 9117576bd8..681c9ffa28 100644 --- a/crypto/store/store_err.c +++ b/crypto/store/store_err.c @@ -19,6 +19,8 @@ static const ERR_STRING_DATA OSSL_STORE_str_functs[] = { {ERR_PACK(ERR_LIB_OSSL_STORE, OSSL_STORE_F_FILE_LOAD, 0), "file_load"}, {ERR_PACK(ERR_LIB_OSSL_STORE, OSSL_STORE_F_FILE_LOAD_TRY_DECODE, 0), "file_load_try_decode"}, + {ERR_PACK(ERR_LIB_OSSL_STORE, OSSL_STORE_F_FILE_NAME_TO_URI, 0), + "file_name_to_uri"}, {ERR_PACK(ERR_LIB_OSSL_STORE, OSSL_STORE_F_FILE_OPEN, 0), "file_open"}, {ERR_PACK(ERR_LIB_OSSL_STORE, OSSL_STORE_F_OSSL_STORE_GET0_LOADER_INT, 0), "ossl_store_get0_loader_int"},