summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-09-09 21:58:20 +0000
committerschwarze <schwarze@openbsd.org>2015-09-09 21:58:20 +0000
commita8e3df376f817cda667e6ac8b9aea1f1668c8266 (patch)
treeffea4a74a14eb23b2fdde4df50ef9470863e6591 /lib/libcrypto/man
parentseperate->separate; (diff)
downloadwireguard-openbsd-a8e3df376f817cda667e6ac8b9aea1f1668c8266.tar.xz
wireguard-openbsd-a8e3df376f817cda667e6ac8b9aea1f1668c8266.zip
Add missing CVS Mdocdate tags. No text change, except for the change
of date that can't be helped.
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/ASN1_OBJECT_new.32
-rw-r--r--lib/libcrypto/man/ASN1_STRING_length.32
-rw-r--r--lib/libcrypto/man/ASN1_STRING_new.32
-rw-r--r--lib/libcrypto/man/ASN1_STRING_print_ex.32
-rw-r--r--lib/libcrypto/man/ASN1_generate_nconf.32
-rw-r--r--lib/libcrypto/man/BF_set_key.32
-rw-r--r--lib/libcrypto/man/BIO.32
-rw-r--r--lib/libcrypto/man/BIO_ctrl.32
-rw-r--r--lib/libcrypto/man/BIO_f_base64.32
-rw-r--r--lib/libcrypto/man/BIO_f_buffer.32
-rw-r--r--lib/libcrypto/man/BIO_f_cipher.32
-rw-r--r--lib/libcrypto/man/BIO_f_md.32
-rw-r--r--lib/libcrypto/man/BIO_f_null.32
-rw-r--r--lib/libcrypto/man/BIO_find_type.32
-rw-r--r--lib/libcrypto/man/BIO_new.32
-rw-r--r--lib/libcrypto/man/BIO_new_CMS.32
16 files changed, 16 insertions, 16 deletions
diff --git a/lib/libcrypto/man/ASN1_OBJECT_new.3 b/lib/libcrypto/man/ASN1_OBJECT_new.3
index a636e7182ec..5b81b2bded3 100644
--- a/lib/libcrypto/man/ASN1_OBJECT_new.3
+++ b/lib/libcrypto/man/ASN1_OBJECT_new.3
@@ -1,4 +1,4 @@
-.Dd August 12, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt ASN1_OBJECT_NEW 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/ASN1_STRING_length.3 b/lib/libcrypto/man/ASN1_STRING_length.3
index 71744587be2..190cd811228 100644
--- a/lib/libcrypto/man/ASN1_STRING_length.3
+++ b/lib/libcrypto/man/ASN1_STRING_length.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt ASN1_STRING_LENGTH 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/ASN1_STRING_new.3 b/lib/libcrypto/man/ASN1_STRING_new.3
index cd28b98af62..00968f49952 100644
--- a/lib/libcrypto/man/ASN1_STRING_new.3
+++ b/lib/libcrypto/man/ASN1_STRING_new.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt ASN1_STRING_NEW 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/ASN1_STRING_print_ex.3 b/lib/libcrypto/man/ASN1_STRING_print_ex.3
index 1d6495d1994..f7dc70bf4ce 100644
--- a/lib/libcrypto/man/ASN1_STRING_print_ex.3
+++ b/lib/libcrypto/man/ASN1_STRING_print_ex.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt ASN1_STRING_PRINT_EX 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/ASN1_generate_nconf.3 b/lib/libcrypto/man/ASN1_generate_nconf.3
index 0f0d3727d4c..af5b1c8a5df 100644
--- a/lib/libcrypto/man/ASN1_generate_nconf.3
+++ b/lib/libcrypto/man/ASN1_generate_nconf.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt ASN1_GENERATE_NCONF 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BF_set_key.3 b/lib/libcrypto/man/BF_set_key.3
index 53ff53896c4..5b45ce8b57a 100644
--- a/lib/libcrypto/man/BF_set_key.3
+++ b/lib/libcrypto/man/BF_set_key.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BF_SET_KEY 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO.3 b/lib/libcrypto/man/BIO.3
index f3523790031..44b826bb89b 100644
--- a/lib/libcrypto/man/BIO.3
+++ b/lib/libcrypto/man/BIO.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO_ctrl.3 b/lib/libcrypto/man/BIO_ctrl.3
index 75d665a4be2..1ad28b7213c 100644
--- a/lib/libcrypto/man/BIO_ctrl.3
+++ b/lib/libcrypto/man/BIO_ctrl.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO_CTRL 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO_f_base64.3 b/lib/libcrypto/man/BIO_f_base64.3
index e08191b84a8..a9fc0c20f5d 100644
--- a/lib/libcrypto/man/BIO_f_base64.3
+++ b/lib/libcrypto/man/BIO_f_base64.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO_F_BASE64 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO_f_buffer.3 b/lib/libcrypto/man/BIO_f_buffer.3
index c01ab4809b1..a2629535c56 100644
--- a/lib/libcrypto/man/BIO_f_buffer.3
+++ b/lib/libcrypto/man/BIO_f_buffer.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO_F_BUFFER 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO_f_cipher.3 b/lib/libcrypto/man/BIO_f_cipher.3
index 68f425eb75c..1f1f42bd83c 100644
--- a/lib/libcrypto/man/BIO_f_cipher.3
+++ b/lib/libcrypto/man/BIO_f_cipher.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO_F_CIPHER 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO_f_md.3 b/lib/libcrypto/man/BIO_f_md.3
index de21722608c..cc37483eb3f 100644
--- a/lib/libcrypto/man/BIO_f_md.3
+++ b/lib/libcrypto/man/BIO_f_md.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO_F_MD 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO_f_null.3 b/lib/libcrypto/man/BIO_f_null.3
index a09cc776315..3f75d6286ae 100644
--- a/lib/libcrypto/man/BIO_f_null.3
+++ b/lib/libcrypto/man/BIO_f_null.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO_F_NULL 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO_find_type.3 b/lib/libcrypto/man/BIO_find_type.3
index f573ad7675d..ccbab52cf21 100644
--- a/lib/libcrypto/man/BIO_find_type.3
+++ b/lib/libcrypto/man/BIO_find_type.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO_FIND_TYPE 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO_new.3 b/lib/libcrypto/man/BIO_new.3
index 5f5030cdfa2..0727f50c194 100644
--- a/lib/libcrypto/man/BIO_new.3
+++ b/lib/libcrypto/man/BIO_new.3
@@ -1,4 +1,4 @@
-.Dd July 17, 2014
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO_NEW 3
.Os
.Sh NAME
diff --git a/lib/libcrypto/man/BIO_new_CMS.3 b/lib/libcrypto/man/BIO_new_CMS.3
index 59c20347e5f..312c39ad1cf 100644
--- a/lib/libcrypto/man/BIO_new_CMS.3
+++ b/lib/libcrypto/man/BIO_new_CMS.3
@@ -1,4 +1,4 @@
-.Dd October 2, 2010
+.Dd $Mdocdate: September 9 2015 $
.Dt BIO_NEW_CMS 3
.Os
.Sh NAME