From 5dadf34209c288b8fffba1016e6a3c9446381153 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 7 Jun 2007 02:37:32 +0000 Subject: Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution. svn path=/openssl/Makefile; revision=659 --- openssl/trunk/doc/crypto/BN_mod_inverse.pod | 36 ----------------------------- 1 file changed, 36 deletions(-) delete mode 100644 openssl/trunk/doc/crypto/BN_mod_inverse.pod (limited to 'openssl/trunk/doc/crypto/BN_mod_inverse.pod') diff --git a/openssl/trunk/doc/crypto/BN_mod_inverse.pod b/openssl/trunk/doc/crypto/BN_mod_inverse.pod deleted file mode 100644 index 3ea3975c..00000000 --- a/openssl/trunk/doc/crypto/BN_mod_inverse.pod +++ /dev/null @@ -1,36 +0,0 @@ -=pod - -=head1 NAME - -BN_mod_inverse - compute inverse modulo n - -=head1 SYNOPSIS - - #include - - BIGNUM *BN_mod_inverse(BIGNUM *r, BIGNUM *a, const BIGNUM *n, - BN_CTX *ctx); - -=head1 DESCRIPTION - -BN_mod_inverse() computes the inverse of B modulo B -places the result in B (C<(a*r)%n==1>). If B is NULL, -a new B is created. - -B is a previously allocated B used for temporary -variables. B may be the same B as B or B. - -=head1 RETURN VALUES - -BN_mod_inverse() returns the B containing the inverse, and -NULL on error. The error codes can be obtained by L. - -=head1 SEE ALSO - -L, L, L - -=head1 HISTORY - -BN_mod_inverse() is available in all versions of SSLeay and OpenSSL. - -=cut -- cgit v1.2.3