mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
undone silly changes
This commit is contained in:
parent
dc88b4d37b
commit
1b3dfe32b6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user