diff -ru /home/green/ssh/rsa.h ./rsa.h --- /home/green/ssh/rsa.h Wed Sep 29 03:42:00 1999 +++ ./rsa.h Mon Nov 8 00:06:40 1999 @@ -18,8 +18,8 @@ #ifndef RSA_H #define RSA_H -#include -#include +#include +#include /* Calls SSL RSA_generate_key, only copies to prv and pub */ void rsa_generate_key(RSA *prv, RSA *pub, unsigned int bits);