summaryrefslogtreecommitdiffstats
path: root/providers/implementations/encode_decode/decode_spki2typespki.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/encode_decode/decode_spki2typespki.c')
-rw-r--r--providers/implementations/encode_decode/decode_spki2typespki.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/encode_decode/decode_spki2typespki.c b/providers/implementations/encode_decode/decode_spki2typespki.c
index a5dbbb31ad..e9f8dadb78 100644
--- a/providers/implementations/encode_decode/decode_spki2typespki.c
+++ b/providers/implementations/encode_decode/decode_spki2typespki.c
@@ -120,5 +120,5 @@ const OSSL_DISPATCH ossl_SubjectPublicKeyInfo_der_to_der_decoder_functions[] = {
{ OSSL_FUNC_DECODER_NEWCTX, (void (*)(void))spki2typespki_newctx },
{ OSSL_FUNC_DECODER_FREECTX, (void (*)(void))spki2typespki_freectx },
{ OSSL_FUNC_DECODER_DECODE, (void (*)(void))spki2typespki_decode },
- { 0, NULL }
+ OSSL_DISPATCH_END
};