summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/crl2p7.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/crl2p7.c')
-rw-r--r--lib/libssl/src/apps/crl2p7.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/crl2p7.c b/lib/libssl/src/apps/crl2p7.c
index 137851bd8a3..de638a7ce25 100644
--- a/lib/libssl/src/apps/crl2p7.c
+++ b/lib/libssl/src/apps/crl2p7.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crl2p7.c,v 1.19 2014/06/12 15:49:27 deraadt Exp $ */
+/* $OpenBSD: crl2p7.c,v 1.20 2014/07/14 00:35:10 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -257,7 +257,7 @@ end:
if (crl != NULL)
X509_CRL_free(crl);
-
+
return (ret);
}