This website works better with JavaScript.
首頁
說明
登入
heuzef
/
WiringPi
镜像来自
https://github.com/WiringPi/WiringPi.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
9
Wiki
Activity
瀏覽代碼
Add skip crypt functionality
pull/178/head
Dmitry Klepikov
1 年之前
父節點
f97a623016
當前提交
f35f91ec6b
共有
1 個文件被更改
,包括
6 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
wiringPi/drcNet.c
+ 6
- 0
wiringPi/drcNet.c
查看文件
@@ -102,6 +102,12 @@ static char *getChallenge (int fd)
static int authenticate (int fd, const char *pass)
{
#ifdef NO_CRYPT
(void)fd;
(void)pass;
return -1;
#endif
char *challenge ;
char *encrypted ;
char salted [1024] ;
Write
Preview
Loading…
取消
儲存