diff options
| author | cvs2svn <admin@example.com> | 2000-04-30 04:58:23 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2000-04-30 04:58:23 +0000 |
| commit | 9cc1eacd8366faaa248a9aca9120fb7427c2a58e (patch) | |
| tree | 9304b7a65ac1d9eeb42cdd518d69fd21eb2b47af /src/lib/libcrypto/doc/DSA_SIG_new.pod | |
| parent | e71289f71fad3f153975fd8fbf1f0f35dbda7f28 (diff) | |
| download | openbsd-OPENBSD_2_7_BASE.tar.gz openbsd-OPENBSD_2_7_BASE.tar.bz2 openbsd-OPENBSD_2_7_BASE.zip | |
This commit was manufactured by cvs2git to create tag 'OPENBSD_2_7_BASE'.OPENBSD_2_7_BASE
Diffstat (limited to 'src/lib/libcrypto/doc/DSA_SIG_new.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/DSA_SIG_new.pod | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/lib/libcrypto/doc/DSA_SIG_new.pod b/src/lib/libcrypto/doc/DSA_SIG_new.pod deleted file mode 100644 index 45df4c0661..0000000000 --- a/src/lib/libcrypto/doc/DSA_SIG_new.pod +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | =pod | ||
| 2 | |||
| 3 | =head1 NAME | ||
| 4 | |||
| 5 | DSA_SIG_new, DSA_SIG_free - allocate and free DSA signature objects | ||
| 6 | |||
| 7 | =head1 SYNOPSIS | ||
| 8 | |||
| 9 | #include <openssl/dsa.h> | ||
| 10 | |||
| 11 | DSA_SIG *DSA_SIG_new(void); | ||
| 12 | |||
| 13 | void DSA_SIG_free(DSA_SIG *a); | ||
| 14 | |||
| 15 | =head1 DESCRIPTION | ||
| 16 | |||
| 17 | DSA_SIG_new() allocates and initializes a B<DSA_SIG> structure. | ||
| 18 | |||
| 19 | DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The | ||
| 20 | values are erased before the memory is returned to the system. | ||
| 21 | |||
| 22 | =head1 RETURN VALUES | ||
| 23 | |||
| 24 | If the allocation fails, DSA_SIG_new() returns B<NULL> and sets an | ||
| 25 | error code that can be obtained by | ||
| 26 | L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns a pointer | ||
| 27 | to the newly allocated structure. | ||
| 28 | |||
| 29 | DSA_SIG_free() returns no value. | ||
| 30 | |||
| 31 | =head1 SEE ALSO | ||
| 32 | |||
| 33 | L<dsa(3)|dsa(3)>, L<ERR_get_error(3)|ERR_get_error(3)>, L<DSA_do_sign(3)|DSA_do_sign(3)> | ||
| 34 | |||
| 35 | =head1 HISTORY | ||
| 36 | |||
| 37 | DSA_SIG_new() and DSA_SIG_free() were added in OpenSSL 0.9.3. | ||
| 38 | |||
| 39 | =cut | ||
