summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RSA_print.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-11 22:35:21 +0000
committerUlf Möller <ulf@openssl.org>2000-01-11 22:35:21 +0000
commit2186cd8ef1c4db86109af7a38182c2bd9ddbbb32 (patch)
tree407efa98f1a4fe9b118651f06c57e85d6d0139e5 /doc/crypto/RSA_print.pod
parentde73e397f86c578ee514816ca1a312689a89686f (diff)
Document the RSA library.
Diffstat (limited to 'doc/crypto/RSA_print.pod')
-rw-r--r--doc/crypto/RSA_print.pod31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/crypto/RSA_print.pod b/doc/crypto/RSA_print.pod
new file mode 100644
index 0000000000..2361daa10e
--- /dev/null
+++ b/doc/crypto/RSA_print.pod
@@ -0,0 +1,31 @@
+=pod
+
+=head1 NAME
+
+RSA_print, RSA_print_fp - Print RSA key
+
+=head1 SYNOPSIS
+
+ #include <openssl/rsa.h>
+
+ int RSA_print(BIO *bp, RSA *x, int offset);
+
+ int RSA_print_fp(FILE *fp, RSA *x, int offset);
+
+=head1 DESCRIPTION
+
+...
+
+=head1 RETURN VALUES
+
+...
+
+=head1 SEE ALSO
+
+...
+
+=head1 HISTORY
+
+...
+
+=cut