summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/openssl/dso.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/openssl/dso.h')
-rw-r--r--[-rwxr-xr-x]thirdparties/common/include/openssl/dso.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparties/common/include/openssl/dso.h b/thirdparties/common/include/openssl/dso.h
index 24b5655..c9013f5 100755..100644
--- a/thirdparties/common/include/openssl/dso.h
+++ b/thirdparties/common/include/openssl/dso.h
@@ -1,4 +1,4 @@
-/* dso.h -*- mode:C; c-file-style: "eay" -*- */
+/* dso.h */
/*
* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
* 2000.
@@ -157,7 +157,7 @@ typedef struct dso_meth_st {
* libraries at all, let alone a DSO_METHOD implemented for them.
*/
DSO_FUNC_TYPE (*dso_bind_func) (DSO *dso, const char *symname);
- /* I don't think this would actually be used in any circumstances. */
+/* I don't think this would actually be used in any circumstances. */
# if 0
/* Unbinds a variable */
int (*dso_unbind_var) (DSO *dso, char *symname, void *symptr);
OpenPOWER on IntegriCloud