summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/dgst.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/dgst.c')
-rw-r--r--lib/libssl/src/apps/dgst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/dgst.c b/lib/libssl/src/apps/dgst.c
index f9693fce16c..e19b9590776 100644
--- a/lib/libssl/src/apps/dgst.c
+++ b/lib/libssl/src/apps/dgst.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dgst.c,v 1.38 2014/07/12 17:54:31 jsing Exp $ */
+/* $OpenBSD: dgst.c,v 1.39 2014/07/14 00:35:10 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -467,7 +467,7 @@ end:
free(sigbuf);
if (bmd != NULL)
BIO_free(bmd);
-
+
return (err);
}