Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37729201
en ru br
Репозитории ALT
S:2.1.2-alt1
5.1: 2.1-alt2
4.1: 2.1-alt2
4.0: 2.1-alt2
3.0: 2.0-alt2
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: scanssh

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: scanssh-2.1-alt-warnings.patch
Скачать


--- scanssh-2.1/arc4random.c
+++ scanssh-2.1/arc4random.c
@@ -1,8 +1,11 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
+#include <time.h>
 #include <stdlib.h>
 
-#include "config.h"
-
 /*
  * For those poor operating systems, that do not have a PRNG in their
  * libc.  We do not require cryptographic random numbers for this
--- scanssh-2.1/md5.c
+++ scanssh-2.1/md5.c
@@ -23,12 +23,12 @@
    copyright in any changes I have made; this code remains in the
    public domain.  */
 
-#include <sys/types.h>
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
+#include <sys/types.h>
+#include <string.h>
 #include "md5.h"
 
 /* Little-endian byte-swapping routines.  Note that these do not
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin