summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-12-05 09:37:47 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-12-05 09:37:47 +0000
commit4bc8b214bc900ccbacf659ba72313a9209b72af4 (patch)
treeaa0ef92acf30c485af20bf91e021735f3722ec06
parenta02c4f2a2e9519430b5bd0bdc5d15c8812cb93b1 (diff)
Add RCS markers
-rw-r--r--lib/libcrypto/ct/ct.h1
-rw-r--r--lib/libcrypto/ct/ct_b64.c1
-rw-r--r--lib/libcrypto/ct/ct_err.c1
-rw-r--r--lib/libcrypto/ct/ct_local.h1
-rw-r--r--lib/libcrypto/ct/ct_log.c1
-rw-r--r--lib/libcrypto/ct/ct_oct.c1
-rw-r--r--lib/libcrypto/ct/ct_policy.c1
-rw-r--r--lib/libcrypto/ct/ct_prn.c1
-rw-r--r--lib/libcrypto/ct/ct_sct.c1
-rw-r--r--lib/libcrypto/ct/ct_sct_ctx.c1
-rw-r--r--lib/libcrypto/ct/ct_vfy.c1
-rw-r--r--lib/libcrypto/ct/ct_x509v3.c1
-rw-r--r--lib/libcrypto/ct/cterr.h1
13 files changed, 13 insertions, 0 deletions
diff --git a/lib/libcrypto/ct/ct.h b/lib/libcrypto/ct/ct.h
index 9665880464f..a258b38a12a 100644
--- a/lib/libcrypto/ct/ct.h
+++ b/lib/libcrypto/ct/ct.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct.h,v 1.5 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_b64.c b/lib/libcrypto/ct/ct_b64.c
index da182c96264..57a14865e79 100644
--- a/lib/libcrypto/ct/ct_b64.c
+++ b/lib/libcrypto/ct/ct_b64.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_b64.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_err.c b/lib/libcrypto/ct/ct_err.c
index f15e90891c4..32d42c143fa 100644
--- a/lib/libcrypto/ct/ct_err.c
+++ b/lib/libcrypto/ct/ct_err.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_err.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Generated by util/mkerr.pl DO NOT EDIT
* Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
diff --git a/lib/libcrypto/ct/ct_local.h b/lib/libcrypto/ct/ct_local.h
index d06ab153479..14d1e5d7e90 100644
--- a/lib/libcrypto/ct/ct_local.h
+++ b/lib/libcrypto/ct/ct_local.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_local.h,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_log.c b/lib/libcrypto/ct/ct_log.c
index 1eca056b896..9cdcadb5e09 100644
--- a/lib/libcrypto/ct/ct_log.c
+++ b/lib/libcrypto/ct/ct_log.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_log.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_oct.c b/lib/libcrypto/ct/ct_oct.c
index bd15ab0e925..1163c8b364c 100644
--- a/lib/libcrypto/ct/ct_oct.c
+++ b/lib/libcrypto/ct/ct_oct.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_oct.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_policy.c b/lib/libcrypto/ct/ct_policy.c
index 9940f768b66..694d6c9083b 100644
--- a/lib/libcrypto/ct/ct_policy.c
+++ b/lib/libcrypto/ct/ct_policy.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_policy.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_prn.c b/lib/libcrypto/ct/ct_prn.c
index 37781ee37bd..d9df5e6be50 100644
--- a/lib/libcrypto/ct/ct_prn.c
+++ b/lib/libcrypto/ct/ct_prn.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_prn.c,v 1.5 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_sct.c b/lib/libcrypto/ct/ct_sct.c
index 5108f39d668..7f7be0dbe57 100644
--- a/lib/libcrypto/ct/ct_sct.c
+++ b/lib/libcrypto/ct/ct_sct.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_sct.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_sct_ctx.c b/lib/libcrypto/ct/ct_sct_ctx.c
index 2752bd6bbe3..7ef807ae44f 100644
--- a/lib/libcrypto/ct/ct_sct_ctx.c
+++ b/lib/libcrypto/ct/ct_sct_ctx.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_sct_ctx.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_vfy.c b/lib/libcrypto/ct/ct_vfy.c
index bde3534c972..6a8f1128c91 100644
--- a/lib/libcrypto/ct/ct_vfy.c
+++ b/lib/libcrypto/ct/ct_vfy.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_vfy.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/ct_x509v3.c b/lib/libcrypto/ct/ct_x509v3.c
index 169d6c3b5c5..ecb1b99376d 100644
--- a/lib/libcrypto/ct/ct_x509v3.c
+++ b/lib/libcrypto/ct/ct_x509v3.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ct_x509v3.c,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
diff --git a/lib/libcrypto/ct/cterr.h b/lib/libcrypto/ct/cterr.h
index 4ef1b67f984..3926c8e0a35 100644
--- a/lib/libcrypto/ct/cterr.h
+++ b/lib/libcrypto/ct/cterr.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: cterr.h,v 1.4 2021/12/05 09:37:46 tb Exp $ */
/*
* Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
*