summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/store
diff options
context:
space:
mode:
authorderaadt <>2014-06-11 01:53:03 +0000
committerderaadt <>2014-06-11 01:53:03 +0000
commit596d60dba394f9f2eed0d9a577bb09bcd070cc4d (patch)
tree6cc21580a674da47d9eee75daf6a7a08dfba038b /src/lib/libcrypto/store
parent0bbbe9791a98bb8d5aeb999bf0ca439216d92e77 (diff)
downloadopenbsd-596d60dba394f9f2eed0d9a577bb09bcd070cc4d.tar.gz
openbsd-596d60dba394f9f2eed0d9a577bb09bcd070cc4d.tar.bz2
openbsd-596d60dba394f9f2eed0d9a577bb09bcd070cc4d.zip
c-file-style hints, begone; ok beck
Diffstat (limited to 'src/lib/libcrypto/store')
-rw-r--r--src/lib/libcrypto/store/store.h2
-rw-r--r--src/lib/libcrypto/store/str_lib.c2
-rw-r--r--src/lib/libcrypto/store/str_locl.h2
-rw-r--r--src/lib/libcrypto/store/str_mem.c2
-rw-r--r--src/lib/libcrypto/store/str_meth.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/store/store.h b/src/lib/libcrypto/store/store.h
index 1a29ca2da5..4e17a1f6ef 100644
--- a/src/lib/libcrypto/store/store.h
+++ b/src/lib/libcrypto/store/store.h
@@ -1,4 +1,4 @@
1/* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */ 1/* crypto/store/store.h */
2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL 2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
3 * project 2003. 3 * project 2003.
4 */ 4 */
diff --git a/src/lib/libcrypto/store/str_lib.c b/src/lib/libcrypto/store/str_lib.c
index 0f88664acd..b76d9a2395 100644
--- a/src/lib/libcrypto/store/str_lib.c
+++ b/src/lib/libcrypto/store/str_lib.c
@@ -1,4 +1,4 @@
1/* crypto/store/str_lib.c -*- mode:C; c-file-style: "eay" -*- */ 1/* crypto/store/str_lib.c */
2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL 2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
3 * project 2003. 3 * project 2003.
4 */ 4 */
diff --git a/src/lib/libcrypto/store/str_locl.h b/src/lib/libcrypto/store/str_locl.h
index c58172c460..aa9760d81a 100644
--- a/src/lib/libcrypto/store/str_locl.h
+++ b/src/lib/libcrypto/store/str_locl.h
@@ -1,4 +1,4 @@
1/* crypto/store/str_locl.h -*- mode:C; c-file-style: "eay" -*- */ 1/* crypto/store/str_locl.h */
2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL 2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
3 * project 2003. 3 * project 2003.
4 */ 4 */
diff --git a/src/lib/libcrypto/store/str_mem.c b/src/lib/libcrypto/store/str_mem.c
index d59799196a..75369b8609 100644
--- a/src/lib/libcrypto/store/str_mem.c
+++ b/src/lib/libcrypto/store/str_mem.c
@@ -1,4 +1,4 @@
1/* crypto/store/str_mem.c -*- mode:C; c-file-style: "eay" -*- */ 1/* crypto/store/str_mem.c */
2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL 2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
3 * project 2003. 3 * project 2003.
4 */ 4 */
diff --git a/src/lib/libcrypto/store/str_meth.c b/src/lib/libcrypto/store/str_meth.c
index 9457087757..1c83ec1294 100644
--- a/src/lib/libcrypto/store/str_meth.c
+++ b/src/lib/libcrypto/store/str_meth.c
@@ -1,4 +1,4 @@
1/* crypto/store/str_meth.c -*- mode:C; c-file-style: "eay" -*- */ 1/* crypto/store/str_meth.c */
2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL 2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
3 * project 2003. 3 * project 2003.
4 */ 4 */