summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/b_print.c
diff options
context:
space:
mode:
authorderaadt <>2014-06-12 15:49:31 +0000
committerderaadt <>2014-06-12 15:49:31 +0000
commit71477dc340552244618421bfc331e3226e59f4ea (patch)
tree922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libcrypto/bio/b_print.c
parente2ae8e879310fea586d76887b5b37a06a024001f (diff)
downloadopenbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.gz
openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.bz2
openbsd-71477dc340552244618421bfc331e3226e59f4ea.zip
tags as requested by miod and tedu
Diffstat (limited to 'src/lib/libcrypto/bio/b_print.c')
-rw-r--r--src/lib/libcrypto/bio/b_print.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bio/b_print.c b/src/lib/libcrypto/bio/b_print.c
index 7f423f953c..09747767dd 100644
--- a/src/lib/libcrypto/bio/b_print.c
+++ b/src/lib/libcrypto/bio/b_print.c
@@ -1,4 +1,5 @@
1/* $OpenBSD: b_print.c,v 1.24 2014/06/11 15:40:52 jsing Exp $ */ 1/* $OpenBSD: b_print.c,v 1.25 2014/06/12 15:49:28 deraadt Exp $ */
2
2/* Theo de Raadt places this file in the public domain. */ 3/* Theo de Raadt places this file in the public domain. */
3 4
4#include <openssl/bio.h> 5#include <openssl/bio.h>