Run make update
[openssl.git] / apps / progs.c
index e7a06b9f1664ed1605b16b621ce6a3c09a465531..82cd19bed6c7dd77be9363d77af71415e2ff485d 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
@@ -44,6 +44,7 @@ FUNCTION functions[] = {
     {FT_general, "engine", engine_main, engine_options},
 #endif
     {FT_general, "errstr", errstr_main, errstr_options},
+    {FT_general, "fipsinstall", fipsinstall_main, fipsinstall_options},
 #ifndef OPENSSL_NO_DSA
     {FT_general, "gendsa", gendsa_main, gendsa_options},
 #endif
@@ -70,6 +71,7 @@ FUNCTION functions[] = {
     {FT_general, "pkeyparam", pkeyparam_main, pkeyparam_options},
     {FT_general, "pkeyutl", pkeyutl_main, pkeyutl_options},
     {FT_general, "prime", prime_main, prime_options},
+    {FT_general, "provider", provider_main, provider_options},
     {FT_general, "rand", rand_main, rand_options},
     {FT_general, "rehash", rehash_main, rehash_options},
     {FT_general, "req", req_main, req_options},