From 5256b021f3f41396763cb4a93653460a396f393e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Fri, 4 Jan 2002 15:05:51 +0000 Subject: Tsss, SSLeay_version() was already documented, it just was not linked in. --- doc/crypto/OPENSSL_VERSION_NUMBER.pod | 4 +-- doc/crypto/SSLeay_version.pod | 65 ----------------------------------- doc/crypto/crypto.pod | 2 +- 3 files changed, 3 insertions(+), 68 deletions(-) delete mode 100644 doc/crypto/SSLeay_version.pod (limited to 'doc') diff --git a/doc/crypto/OPENSSL_VERSION_NUMBER.pod b/doc/crypto/OPENSSL_VERSION_NUMBER.pod index 68ea723259..6ee8ad634f 100644 --- a/doc/crypto/OPENSSL_VERSION_NUMBER.pod +++ b/doc/crypto/OPENSSL_VERSION_NUMBER.pod @@ -2,7 +2,7 @@ =head1 NAME -OPENSSL_VERSION_NUMBER, SSLeay SSLeay_version - get OpenSSL version number +OPENSSL_VERSION_NUMBER, SSLeay, SSLeay_version - get OpenSSL version number =head1 SYNOPSIS @@ -11,7 +11,7 @@ OPENSSL_VERSION_NUMBER, SSLeay SSLeay_version - get OpenSSL version number #include long SSLeay(void); - char *SSLeay_version(int t); + const char *SSLeay_version(int t); =head1 DESCRIPTION diff --git a/doc/crypto/SSLeay_version.pod b/doc/crypto/SSLeay_version.pod deleted file mode 100644 index 6fa5aa109a..0000000000 --- a/doc/crypto/SSLeay_version.pod +++ /dev/null @@ -1,65 +0,0 @@ -=pod - -=head1 NAME - -SSLeay_version - retrieve version/build information about OpenSSL library - -=head1 SYNOPSIS - - #include - - const char *SSLeay_version(int type); - -=head1 DESCRIPTION - -SSLeay_version() returns a pointer to a constant string describing the -version of the OpenSSL library or giving information about the library -build. - -The following B values are supported: - -=over 4 - -=item SSLEAY_VERSION - -The version of the OpenSSL library including the release date. - -=item SSLEAY_CFLAGS - -The compiler flags set for the compilation process in the form -"compiler: ..." if available or "compiler: information not available" -otherwise. - -=item SSLEAY_BUILT_ON - -The date of the build process in the form "built on: ..." if available -or "built on: date not available" otherwise. - -=item SSLEAY_PLATFORM - -The "Configure" target of the library build in the form "platform: ..." -if available or "platform: information not available" otherwise. - -=back - -=head1 RETURN VALUES - -The following return values can occur: - -=over 4 - -=item "not available" - -An invalid value for B was given. - -=item Pointer to constant string - -Textual description. - -=back - -=head1 SEE ALSO - -L - -=cut diff --git a/doc/crypto/crypto.pod b/doc/crypto/crypto.pod index 0256d226cc..c12eec1409 100644 --- a/doc/crypto/crypto.pod +++ b/doc/crypto/crypto.pod @@ -47,7 +47,7 @@ L =item AUXILIARY FUNCTIONS L, L, L, -L +L =item INPUT/OUTPUT, DATA ENCODING -- cgit v1.2.3