summaryrefslogtreecommitdiff
path: root/providers/implementations/include/prov/decoders.h
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/include/prov/decoders.h')
-rw-r--r--providers/implementations/include/prov/decoders.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/providers/implementations/include/prov/decoders.h b/providers/implementations/include/prov/decoders.h
index 654efee607d1..e38f15b3c2be 100644
--- a/providers/implementations/include/prov/decoders.h
+++ b/providers/implementations/include/prov/decoders.h
@@ -10,11 +10,11 @@
#include <openssl/core.h>
int ossl_epki2pki_der_decode(unsigned char *der, long der_len, int selection,
- OSSL_CALLBACK *data_cb, void *data_cbarg,
- OSSL_PASSPHRASE_CALLBACK *pw_cb, void *pw_cbarg,
- OSSL_LIB_CTX *libctx, const char *propq);
+ OSSL_CALLBACK *data_cb, void *data_cbarg,
+ OSSL_PASSPHRASE_CALLBACK *pw_cb, void *pw_cbarg,
+ OSSL_LIB_CTX *libctx, const char *propq);
int ossl_spki2typespki_der_decode(unsigned char *der, long len, int selection,
- OSSL_CALLBACK *data_cb, void *data_cbarg,
- OSSL_PASSPHRASE_CALLBACK *pw_cb, void *pw_cbarg,
- OSSL_LIB_CTX *libctx, const char *propq);
+ OSSL_CALLBACK *data_cb, void *data_cbarg,
+ OSSL_PASSPHRASE_CALLBACK *pw_cb, void *pw_cbarg,
+ OSSL_LIB_CTX *libctx, const char *propq);