浏览代码

Merge branch 'master' of ssh://[email protected]/sip-router

* 'master' of ssh://[email protected]/sip-router:
  tls(sr): fix define error introduced in 9accd256fdc80e6a6207cb7
oej 16 年之前
父节点
当前提交
233fb50154
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"