Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
WiringPi
réplica de
https://github.com/WiringPi/WiringPi.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
9
Wiki
Actividad
Explorar el Código
Add skip crypt functionality
pull/178/head
Dmitry Klepikov
hace 1 año
padre
f97a623016
commit
f35f91ec6b
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-0
wiringPi/drcNet.c
+ 6
- 0
wiringPi/drcNet.c
Ver fichero
@@ -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] ;
Escribir
Vista previa
Cargando…
Cancelar
Guardar