coverity 1456639: fix NULL dereference
[openssl.git] / apps / progs.h
index 675a66ca047ada5b20a811695da2bcf8e1bd359c..04e9c4e922923818220034f472a2ce62bc5314df 100644 (file)
@@ -2,7 +2,7 @@
  * WARNING: do not edit!
  * Generated by apps/progs.pl
  *
- * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -46,6 +46,7 @@ extern int pkey_main(int argc, char *argv[]);
 extern int pkeyparam_main(int argc, char *argv[]);
 extern int pkeyutl_main(int argc, char *argv[]);
 extern int prime_main(int argc, char *argv[]);
+extern int provider_main(int argc, char *argv[]);
 extern int rand_main(int argc, char *argv[]);
 extern int rehash_main(int argc, char *argv[]);
 extern int req_main(int argc, char *argv[]);
@@ -99,6 +100,7 @@ extern const OPTIONS pkey_options[];
 extern const OPTIONS pkeyparam_options[];
 extern const OPTIONS pkeyutl_options[];
 extern const OPTIONS prime_options[];
+extern const OPTIONS provider_options[];
 extern const OPTIONS rand_options[];
 extern const OPTIONS rehash_options[];
 extern const OPTIONS req_options[];