From 43e8efbe6fcfa857b137545353c2bf2a6c700491 Mon Sep 17 00:00:00 2001 From: jsing Date: Tue, 5 Aug 2014 12:46:16 +0000 Subject: [PATCH] Add $OpenBSD$ tags. --- lib/libressl/ressl.c | 1 + lib/libressl/ressl.h | 1 + lib/libressl/ressl_client.c | 1 + lib/libressl/ressl_config.c | 1 + lib/libressl/ressl_internal.h | 1 + lib/libressl/ressl_server.c | 1 + lib/libressl/ressl_util.c | 1 + lib/libressl/ressl_verify.c | 1 + 8 files changed, 8 insertions(+) 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 * 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 * 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 * 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 * 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 * Copyright (c) 2014 Joel Sing 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 * 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 * 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 * -- 2.20.1