summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/gendsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/gendsa.c')
-rw-r--r--lib/libssl/src/apps/gendsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/gendsa.c b/lib/libssl/src/apps/gendsa.c
index 485462c2928..919b40af833 100644
--- a/lib/libssl/src/apps/gendsa.c
+++ b/lib/libssl/src/apps/gendsa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gendsa.c,v 1.29 2014/07/12 17:54:31 jsing Exp $ */
+/* $OpenBSD: gendsa.c,v 1.30 2014/07/14 00:35:10 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -226,6 +226,6 @@ end:
if (dsa != NULL)
DSA_free(dsa);
free(passout);
-
+
return (ret);
}