aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-24 01:21:22 +0000
committerUlf Möller <ulf@openssl.org>2000-01-24 01:21:22 +0000
commit3bec05e93307eee7088b3a74d5e2cfa319485c50 (patch)
tree968600fb4a072d127d38dc19434e8368f724fbd4 /doc
parent223fc8654a790c204536cd7c61520154418915b8 (diff)
downloadopenssl-3bec05e93307eee7088b3a74d5e2cfa319485c50.tar.gz
Documented in the RSA_print page
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/DHparams_print.pod31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/crypto/DHparams_print.pod b/doc/crypto/DHparams_print.pod
deleted file mode 100644
index e34459f494..0000000000
--- a/doc/crypto/DHparams_print.pod
+++ /dev/null
@@ -1,31 +0,0 @@
-=pod
-
-=head1 NAME
-
-DHparams_print, DHparams_print_fp - Print Diffie-Hellman parameters
-
-=head1 SYNOPSIS
-
- #include <openssl/dh.h>
-
- int DHparams_print_fp(FILE *fp, DH *x);
-
- int DHparams_print(BIO *bp, DH *x);
-
-=head1 DESCRIPTION
-
-...
-
-=head1 RETURN VALUES
-
-...
-
-=head1 SEE ALSO
-
-...
-
-=head1 HISTORY
-
-...
-
-=cut