Browse Source

tls(sr): fix define error introduced in 9accd256fdc80e6a6207cb7

Henning Westerholt 16 years ago
parent
commit
22595b7d37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/tls/tls_mod.h

+ 1 - 1
modules/tls/tls_mod.h

@@ -38,7 +38,7 @@
 
 
 #ifndef _TLS_MOD_H
-#iefine _TLS_MOD_H
+#define _TLS_MOD_H
 
 #include "../../str.h"
 #include "../../locking.h"