summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/txt_db
diff options
context:
space:
mode:
authorderaadt <>2014-06-12 15:49:31 +0000
committerderaadt <>2014-06-12 15:49:31 +0000
commit59f4f2c61d71e266d37dd2fc97615b3fd35b4721 (patch)
tree922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libcrypto/txt_db
parentd38659785547b6c35ab79fdce9be9eaacbdb4c26 (diff)
downloadopenbsd-59f4f2c61d71e266d37dd2fc97615b3fd35b4721.tar.gz
openbsd-59f4f2c61d71e266d37dd2fc97615b3fd35b4721.tar.bz2
openbsd-59f4f2c61d71e266d37dd2fc97615b3fd35b4721.zip
tags as requested by miod and tedu
Diffstat (limited to 'src/lib/libcrypto/txt_db')
-rw-r--r--src/lib/libcrypto/txt_db/txt_db.c2
-rw-r--r--src/lib/libcrypto/txt_db/txt_db.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/txt_db/txt_db.c b/src/lib/libcrypto/txt_db/txt_db.c
index 3f7fea6d2a..e8624a149c 100644
--- a/src/lib/libcrypto/txt_db/txt_db.c
+++ b/src/lib/libcrypto/txt_db/txt_db.c
@@ -1,4 +1,4 @@
1/* crypto/txt_db/txt_db.c */ 1/* $OpenBSD: txt_db.c,v 1.16 2014/06/12 15:49:31 deraadt Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
diff --git a/src/lib/libcrypto/txt_db/txt_db.h b/src/lib/libcrypto/txt_db/txt_db.h
index 5155400e56..4668cfb624 100644
--- a/src/lib/libcrypto/txt_db/txt_db.h
+++ b/src/lib/libcrypto/txt_db/txt_db.h
@@ -1,4 +1,4 @@
1/* crypto/txt_db/txt_db.h */ 1/* $OpenBSD: txt_db.h,v 1.8 2014/06/12 15:49:31 deraadt Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *