diff options
author | tb <> | 2021-10-25 11:55:27 +0000 |
---|---|---|
committer | tb <> | 2021-10-25 11:55:27 +0000 |
commit | 7a547f05e38a7cdfbc3f3e3b5a7e741239be57b9 (patch) | |
tree | 5b7bd8f5031770d48a93f7165dc6ad6a33191779 | |
parent | 774bfad1ab011ff632c80848b37448ae52fb7e0a (diff) | |
download | openbsd-7a547f05e38a7cdfbc3f3e3b5a7e741239be57b9.tar.gz openbsd-7a547f05e38a7cdfbc3f3e3b5a7e741239be57b9.tar.bz2 openbsd-7a547f05e38a7cdfbc3f3e3b5a7e741239be57b9.zip |
Add missing RCS markers
-rw-r--r-- | src/lib/libcrypto/x509/x509_addr.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/x509/x509_asid.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/x509/x509_addr.c b/src/lib/libcrypto/x509/x509_addr.c index 8e3ecad6b2..313896167b 100644 --- a/src/lib/libcrypto/x509/x509_addr.c +++ b/src/lib/libcrypto/x509/x509_addr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: x509_addr.c,v 1.18 2021/10/25 11:55:27 tb Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved. | 3 | * Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved. |
3 | * | 4 | * |
diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c index 54b6ed5700..d990bc0158 100644 --- a/src/lib/libcrypto/x509/x509_asid.c +++ b/src/lib/libcrypto/x509/x509_asid.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: x509_asid.c,v 1.18 2021/10/25 11:55:27 tb Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved. | 3 | * Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved. |
3 | * | 4 | * |