]> andersk Git - openssh.git/blobdiff - rsa.c
- markus@cvs.openbsd.org 2001/06/27 05:42:25
[openssh.git] / rsa.c
diff --git a/rsa.c b/rsa.c
index f69f99606bbf2161a054957f8e2ea9e3e4bd78cf..113ee7fc42347977adc011b5610c790d466c825c 100644 (file)
--- a/rsa.c
+++ b/rsa.c
@@ -60,7 +60,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: rsa.c,v 1.22 2001/03/26 23:23:23 markus Exp $");
+RCSID("$OpenBSD: rsa.c,v 1.23 2001/06/27 05:42:24 markus Exp $");
 
 #include "rsa.h"
 #include "log.h"
@@ -121,7 +121,7 @@ rsa_private_decrypt(BIGNUM *out, BIGNUM *in, RSA *key)
 }
 
 void
-generate_additional_parameters(RSA *rsa)
+rsa_generate_additional_parameters(RSA *rsa)
 {
        BIGNUM *aux;
        BN_CTX *ctx;
This page took 0.033841 seconds and 4 git commands to generate.