Increment the reference count of a DSA object (deprecated).
Synopsis
Declared in <openssl/dsa.h>
[[deprecated]]
int
DSA_up_ref(DSA* r);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
r |
DSA object whose reference count is increased. |
Created with MrDocs