Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Wed May 6 11:35:52 2026
(Merged from https://github.com/openssl/openssl/pull/31001)
* https://www.openssl.org/source/license.html
*/
+#if !defined(OSSL_APPS_PROGS_H)
+#define OSSL_APPS_PROGS_H
+
#include "function.h"
EOF
}
print "\n";
print "extern FUNCTION functions[];\n";
+ print "\n#endif /* !defined(OSSL_APPS_PROGS_H) */\n";
}
if ($opt eq '-C') {