This commit is contained in:
Damien Miller 1999-12-07 17:01:13 +11:00
Родитель dc88b4d37b
Коммит 1b3dfe32b6
3 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -23,9 +23,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "includes.h" #include "includes.h"
RCSID("$Id: atomicio.c,v 1.4 1999/12/07 06:00:20 damien Exp $"); RCSID("$Id: atomicio.c,v 1.5 1999/12/07 06:01:13 damien Exp $");
#include "xmalloc.h" #include "xmalloc.h"
#include "ssh.h" #include "ssh.h"

Просмотреть файл

@ -30,7 +30,6 @@
#include "includes.h" #include "includes.h"
RCSID("$Id: fingerprint.c,v 1.4 1999/11/24 16:15:25 markus Exp $"); RCSID("$Id: fingerprint.c,v 1.4 1999/11/24 16:15:25 markus Exp $");
#include "ssh.h" #include "ssh.h"
#include "xmalloc.h" #include "xmalloc.h"
#ifdef HAVE_OPENSSL #ifdef HAVE_OPENSSL

Просмотреть файл

@ -30,6 +30,5 @@
#ifndef FINGERPRINT_H #ifndef FINGERPRINT_H
#define FINGERPRINT_H #define FINGERPRINT_H
char *fingerprint(BIGNUM * e, BIGNUM * n); char *fingerprint(BIGNUM * e, BIGNUM * n);
#endif #endif