summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-08-05 12:46:17 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-08-05 12:46:17 +0000
commit495b5415e1a83dfad9d38b99db877a26a375eec8 (patch)
tree25010161c510638ec8d079de525c0ef0908ce6ab
parent2917bd54f7439a907b07e47a0095d98590cc597b (diff)
Add $OpenBSD$ tags.
-rw-r--r--lib/libressl/ressl.c1
-rw-r--r--lib/libressl/ressl.h1
-rw-r--r--lib/libressl/ressl_client.c1
-rw-r--r--lib/libressl/ressl_config.c1
-rw-r--r--lib/libressl/ressl_internal.h1
-rw-r--r--lib/libressl/ressl_server.c1
-rw-r--r--lib/libressl/ressl_util.c1
-rw-r--r--lib/libressl/ressl_verify.c1
8 files changed, 8 insertions, 0 deletions
diff --git a/lib/libressl/ressl.c b/lib/libressl/ressl.c
index 439b6d1edda..f026da52b5a 100644
--- a/lib/libressl/ressl.c
+++ b/lib/libressl/ressl.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ressl.c,v 1.10 2014/08/05 12:46:16 jsing Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
diff --git a/lib/libressl/ressl.h b/lib/libressl/ressl.h
index bfe9b11f7b9..b9ae809be46 100644
--- a/lib/libressl/ressl.h
+++ b/lib/libressl/ressl.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ressl.h,v 1.10 2014/08/05 12:46:16 jsing Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
diff --git a/lib/libressl/ressl_client.c b/lib/libressl/ressl_client.c
index 1d1ad72b862..5969a104f74 100644
--- a/lib/libressl/ressl_client.c
+++ b/lib/libressl/ressl_client.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ressl_client.c,v 1.3 2014/08/05 12:46:16 jsing Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
diff --git a/lib/libressl/ressl_config.c b/lib/libressl/ressl_config.c
index 1509b5aeba3..60307d66b3e 100644
--- a/lib/libressl/ressl_config.c
+++ b/lib/libressl/ressl_config.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ressl_config.c,v 1.6 2014/08/05 12:46:16 jsing Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
diff --git a/lib/libressl/ressl_internal.h b/lib/libressl/ressl_internal.h
index 44d098b4b35..b7158bce9a4 100644
--- a/lib/libressl/ressl_internal.h
+++ b/lib/libressl/ressl_internal.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ressl_internal.h,v 1.8 2014/08/05 12:46:16 jsing Exp $ */
/*
* Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org>
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
diff --git a/lib/libressl/ressl_server.c b/lib/libressl/ressl_server.c
index ba127f8cdd1..7b812bfd279 100644
--- a/lib/libressl/ressl_server.c
+++ b/lib/libressl/ressl_server.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ressl_server.c,v 1.6 2014/08/05 12:46:16 jsing Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
diff --git a/lib/libressl/ressl_util.c b/lib/libressl/ressl_util.c
index ee7b1edbd39..d8b8f51738e 100644
--- a/lib/libressl/ressl_util.c
+++ b/lib/libressl/ressl_util.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ressl_util.c,v 1.2 2014/08/05 12:46:16 jsing Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
diff --git a/lib/libressl/ressl_verify.c b/lib/libressl/ressl_verify.c
index 0942f7e2304..9dfadedfb84 100644
--- a/lib/libressl/ressl_verify.c
+++ b/lib/libressl/ressl_verify.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ressl_verify.c,v 1.3 2014/08/05 12:46:16 jsing Exp $ */
/*
* Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org>
*