SSL_CTX_SRP_CTX_free

Free SRP parameters stored on an SSL_CTX (deprecated).

Synopsis

Declared in <openssl/ssl.h>

[[deprecated]]
int
SSL_CTX_SRP_CTX_free(SSL_CTX* ctx);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

  • 1 on success (including when ctx is NULL).
  • 1 on success (including when ctx is NULL).

Parameters

NameDescription
ctxSSL context whose SRP BIGNUMs and strings are released.