diff options
author | tb <> | 2018-07-17 17:06:50 +0000 |
---|---|---|
committer | tb <> | 2018-07-17 17:06:50 +0000 |
commit | e806d7b1499fb96531e6798a88d2cdfe39719b98 (patch) | |
tree | d8011e24af2387b8c750f8c0f985809107776603 /src/regress/lib/libcrypto/CA | |
parent | 423839337cd1e783403cb3143c272889749d4a5a (diff) | |
download | openbsd-e806d7b1499fb96531e6798a88d2cdfe39719b98.tar.gz openbsd-e806d7b1499fb96531e6798a88d2cdfe39719b98.tar.bz2 openbsd-e806d7b1499fb96531e6798a88d2cdfe39719b98.zip |
Add missing $OpenBSD$ markers.
Diffstat (limited to 'src/regress/lib/libcrypto/CA')
-rwxr-xr-x | src/regress/lib/libcrypto/CA/doit.sh | 1 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/CA/intermediate.cnf | 1 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/CA/root.cnf | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/CA/doit.sh b/src/regress/lib/libcrypto/CA/doit.sh index 3b0375a026..110d89d67f 100755 --- a/src/regress/lib/libcrypto/CA/doit.sh +++ b/src/regress/lib/libcrypto/CA/doit.sh | |||
@@ -1,4 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # $OpenBSD: doit.sh,v 1.2 2018/07/17 17:06:49 tb Exp $ | ||
2 | 3 | ||
3 | rm -rf root intermediate certs | 4 | rm -rf root intermediate certs |
4 | echo 1000 > rootserial | 5 | echo 1000 > rootserial |
diff --git a/src/regress/lib/libcrypto/CA/intermediate.cnf b/src/regress/lib/libcrypto/CA/intermediate.cnf index 383f8f0b9b..9a95487c00 100644 --- a/src/regress/lib/libcrypto/CA/intermediate.cnf +++ b/src/regress/lib/libcrypto/CA/intermediate.cnf | |||
@@ -1,3 +1,4 @@ | |||
1 | # $OpenBSD: intermediate.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $ | ||
1 | # For regression tests | 2 | # For regression tests |
2 | default_ca = CA_regress | 3 | default_ca = CA_regress |
3 | 4 | ||
diff --git a/src/regress/lib/libcrypto/CA/root.cnf b/src/regress/lib/libcrypto/CA/root.cnf index 7915a6ab0e..b22e161476 100644 --- a/src/regress/lib/libcrypto/CA/root.cnf +++ b/src/regress/lib/libcrypto/CA/root.cnf | |||
@@ -1,3 +1,4 @@ | |||
1 | # $OpenBSD: root.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $ | ||
1 | # For regression tests | 2 | # For regression tests |
2 | default_ca = CA_regress | 3 | default_ca = CA_regress |
3 | 4 | ||