]> 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 507b73c9c5496cb14d806ddc66530d51afabb4d0..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"
 
+#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.047827 seconds and 4 git commands to generate.