summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openssl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 64bbba4..1554053 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -23,8 +23,8 @@
23 * USE OR OTHER DEALINGS IN THE SOFTWARE. 23 * USE OR OTHER DEALINGS IN THE SOFTWARE.
24 * ========================================================================== 24 * ==========================================================================
25 */ 25 */
26#ifndef L_OPENSSL_H 26#ifndef LUAOSSL_H
27#define L_OPENSSH_H 27#define LUAOSSL_H
28 28
29#include <limits.h> /* INT_MAX INT_MIN */ 29#include <limits.h> /* INT_MAX INT_MIN */
30#include <string.h> /* memset(3) */ 30#include <string.h> /* memset(3) */
@@ -4079,4 +4079,4 @@ static void initall(lua_State *L) {
4079} /* initall() */ 4079} /* initall() */
4080 4080
4081 4081
4082#endif /* L_OPENSSL_H */ 4082#endif /* LUAOSSL_H */