]> andersk Git - openssh.git/blobdiff - rsa.c
- (dtucker) [entropy.c] Needs unistd.h too.
[openssh.git] / rsa.c
diff --git a/rsa.c b/rsa.c
index 66561a4213b5cd3b78c527116b1b80ab4dac99b7..875b486c489f6804090849aa420f182d898f57aa 100644 (file)
--- a/rsa.c
+++ b/rsa.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: rsa.c,v 1.28 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: rsa.c,v 1.24 2001/12/27 18:22:16 markus Exp $");
 
+#include <sys/types.h>
+
+#include <string.h>
+
+#include "xmalloc.h"
 #include "rsa.h"
 #include "log.h"
-#include "xmalloc.h"
 
 void
 rsa_public_encrypt(BIGNUM *out, BIGNUM *in, RSA *key)
This page took 0.033042 seconds and 4 git commands to generate.