summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-02-11 01:17:50 +0100
committerRichard Levitte <levitte@openssl.org>2017-06-29 11:55:32 +0200
commit1aabc2445b126f951707b287db9a9145b003f2ca (patch)
treeaeeda2157e35077ae728fbb4425234fedb592289 /include
parent50ecedda40d0e57c635d673c1e66cb688ed9719e (diff)
STORE 'file' scheme loader: refactor file_load to support decoding restart
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/storeerr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/storeerr.h b/include/openssl/storeerr.h
index 1d8695592b..c37e4170a9 100644
--- a/include/openssl/storeerr.h
+++ b/include/openssl/storeerr.h
@@ -24,6 +24,7 @@ int ERR_load_OSSL_STORE_strings(void);
*/
# 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_OPEN 120
# define OSSL_STORE_F_OSSL_STORE_GET0_LOADER_INT 100
# define OSSL_STORE_F_OSSL_STORE_INFO_GET1_CERT 101