summaryrefslogtreecommitdiffstats
path: root/freebsd/crypto/openssl/include/internal/dsoerr.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/crypto/openssl/include/internal/dsoerr.h')
-rw-r--r--freebsd/crypto/openssl/include/internal/dsoerr.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/freebsd/crypto/openssl/include/internal/dsoerr.h b/freebsd/crypto/openssl/include/internal/dsoerr.h
index a54a1854..5f4511c4 100644
--- a/freebsd/crypto/openssl/include/internal/dsoerr.h
+++ b/freebsd/crypto/openssl/include/internal/dsoerr.h
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -11,13 +11,13 @@
#ifndef HEADER_DSOERR_H
# define HEADER_DSOERR_H
-# include <openssl/opensslconf.h>
-
-# ifndef OPENSSL_NO_DSO
+# ifndef HEADER_SYMHACKS_H
+# include <openssl/symhacks.h>
+# endif
-# ifdef __cplusplus
+# ifdef __cplusplus
extern "C"
-# endif
+# endif
int ERR_load_DSO_strings(void);
/*
@@ -79,5 +79,4 @@ int ERR_load_DSO_strings(void);
# define DSO_R_UNLOAD_FAILED 107
# define DSO_R_UNSUPPORTED 108
-# endif
#endif