]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/storemgmt/file_store.c
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
[thirdparty/openssl.git] / providers / implementations / storemgmt / file_store.c
index 3f1d1ff2de6984e4804352fcf22745d196232fc0..4895f4bc8f7d7aee895c73c18aced81f8cf2cdd9 100644 (file)
@@ -782,5 +782,5 @@ const OSSL_DISPATCH ossl_file_store_functions[] = {
     { OSSL_FUNC_STORE_LOAD, (void (*)(void))file_load },
     { OSSL_FUNC_STORE_EOF, (void (*)(void))file_eof },
     { OSSL_FUNC_STORE_CLOSE, (void (*)(void))file_close },
-    { 0, NULL },
+    OSSL_DISPATCH_END,
 };