aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/store/store.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-01 04:10:32 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-01 04:10:32 +0000
commitd1465bac90641251fdd8c4e71ac14aa7b6f14341 (patch)
tree17f6fe0e5053bb1e6ed3a785da5762cc0cc0a06f /crypto/store/store.h
parent3bbb0212f3d059d7148c62c73d719e6d79954901 (diff)
downloadopenssl-d1465bac90641251fdd8c4e71ac14aa7b6f14341.tar.gz
make update
Diffstat (limited to 'crypto/store/store.h')
-rw-r--r--crypto/store/store.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/store/store.h b/crypto/store/store.h
index f99a26414d..3a334b0de2 100644
--- a/crypto/store/store.h
+++ b/crypto/store/store.h
@@ -421,15 +421,19 @@ void ERR_load_STORE_strings(void);
#define STORE_F_STORE_GET_PRIVATE_KEY 112
#define STORE_F_STORE_GET_PUBLIC_KEY 113
#define STORE_F_STORE_LIST_CERTIFICATE_END 114
+#define STORE_F_STORE_LIST_CERTIFICATE_ENDP 153
#define STORE_F_STORE_LIST_CERTIFICATE_NEXT 115
#define STORE_F_STORE_LIST_CERTIFICATE_START 116
#define STORE_F_STORE_LIST_CRL_END 117
+#define STORE_F_STORE_LIST_CRL_ENDP 154
#define STORE_F_STORE_LIST_CRL_NEXT 118
#define STORE_F_STORE_LIST_CRL_START 119
#define STORE_F_STORE_LIST_PRIVATE_KEY_END 120
+#define STORE_F_STORE_LIST_PRIVATE_KEY_ENDP 155
#define STORE_F_STORE_LIST_PRIVATE_KEY_NEXT 121
#define STORE_F_STORE_LIST_PRIVATE_KEY_START 122
#define STORE_F_STORE_LIST_PUBLIC_KEY_END 123
+#define STORE_F_STORE_LIST_PUBLIC_KEY_ENDP 156
#define STORE_F_STORE_LIST_PUBLIC_KEY_NEXT 124
#define STORE_F_STORE_LIST_PUBLIC_KEY_START 125
#define STORE_F_STORE_NEW_ENGINE 133
@@ -467,6 +471,7 @@ void ERR_load_STORE_strings(void);
#define STORE_R_NO_GENERATE_OBJECT_FUNCTION 118
#define STORE_R_NO_GET_OBJECT_FUNCTION 119
#define STORE_R_NO_GET_OBJECT_NUMBER_FUNCTION 120
+#define STORE_R_NO_LIST_OBJECT_ENDP_FUNCTION 131
#define STORE_R_NO_LIST_OBJECT_END_FUNCTION 121
#define STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION 122
#define STORE_R_NO_LIST_OBJECT_START_FUNCTION 123