X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fstoreerr.h;h=a049726a3d964c2995dbf63e24360d2ffd95597c;hp=659355a3d630a99db8c28a739abf84604d4c5b47;hb=7852f588a651ee30256678a23a6162a3b2fb822f;hpb=7ad2ef366c3e96747dabee232a10b33d8fd2262a diff --git a/include/openssl/storeerr.h b/include/openssl/storeerr.h index 659355a3d6..a049726a3d 100644 --- a/include/openssl/storeerr.h +++ b/include/openssl/storeerr.h @@ -22,9 +22,11 @@ int ERR_load_OSSL_STORE_strings(void); /* * OSSL_STORE function codes. */ +# define OSSL_STORE_F_FILE_CTRL 129 # define OSSL_STORE_F_FILE_GET_PASS 118 # define OSSL_STORE_F_FILE_LOAD 119 # define OSSL_STORE_F_FILE_LOAD_TRY_DECODE 124 +# define OSSL_STORE_F_FILE_NAME_TO_URI 126 # define OSSL_STORE_F_FILE_OPEN 120 # define OSSL_STORE_F_OSSL_STORE_GET0_LOADER_INT 100 # define OSSL_STORE_F_OSSL_STORE_INFO_GET1_CERT 101