summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/genpkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/genpkey.c')
-rw-r--r--lib/libssl/src/apps/genpkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/genpkey.c b/lib/libssl/src/apps/genpkey.c
index d386a87cb2c..23e32e49f04 100644
--- a/lib/libssl/src/apps/genpkey.c
+++ b/lib/libssl/src/apps/genpkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: genpkey.c,v 1.12 2014/07/12 17:54:31 jsing Exp $ */
+/* $OpenBSD: genpkey.c,v 1.13 2014/07/14 00:35:10 deraadt Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2006
*/
@@ -69,7 +69,7 @@
#include <openssl/engine.h>
#endif
-static int
+static int
init_keygen_file(BIO * err, EVP_PKEY_CTX ** pctx, const char *file,
ENGINE * e);
static int genpkey_cb(EVP_PKEY_CTX * ctx);