summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-07 17:01:13 +1100
committerDamien Miller <djm@mindrot.org>1999-12-07 17:01:13 +1100
commit1b3dfe32b609f852326df1d0877a7a3e869619aa (patch)
tree218815a0c3e165e3c9ae1c7862d6536fae5422c3
parentdc88b4d37b4fd980674e781d3523d9f52c268cec (diff)
undone silly changes
-rw-r--r--atomicio.c3
-rw-r--r--fingerprint.c1
-rw-r--r--fingerprint.h1
3 files changed, 1 insertions, 4 deletions
diff --git a/atomicio.c b/atomicio.c
index 0c7768128..6c433e840 100644
--- a/atomicio.c
+++ b/atomicio.c
@@ -23,9 +23,8 @@
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */ 24 */
25 25
26
27#include "includes.h" 26#include "includes.h"
28RCSID("$Id: atomicio.c,v 1.4 1999/12/07 06:00:20 damien Exp $"); 27RCSID("$Id: atomicio.c,v 1.5 1999/12/07 06:01:13 damien Exp $");
29 28
30#include "xmalloc.h" 29#include "xmalloc.h"
31#include "ssh.h" 30#include "ssh.h"
diff --git a/fingerprint.c b/fingerprint.c
index 6fdbd9114..7784e8b7d 100644
--- a/fingerprint.c
+++ b/fingerprint.c
@@ -30,7 +30,6 @@
30#include "includes.h" 30#include "includes.h"
31RCSID("$Id: fingerprint.c,v 1.4 1999/11/24 16:15:25 markus Exp $"); 31RCSID("$Id: fingerprint.c,v 1.4 1999/11/24 16:15:25 markus Exp $");
32 32
33
34#include "ssh.h" 33#include "ssh.h"
35#include "xmalloc.h" 34#include "xmalloc.h"
36#ifdef HAVE_OPENSSL 35#ifdef HAVE_OPENSSL
diff --git a/fingerprint.h b/fingerprint.h
index 4c7f29cea..fbb0d4c46 100644
--- a/fingerprint.h
+++ b/fingerprint.h
@@ -30,6 +30,5 @@
30 30
31#ifndef FINGERPRINT_H 31#ifndef FINGERPRINT_H
32#define FINGERPRINT_H 32#define FINGERPRINT_H
33
34char *fingerprint(BIGNUM * e, BIGNUM * n); 33char *fingerprint(BIGNUM * e, BIGNUM * n);
35#endif 34#endif