OSSL_PARAM_set_double

Write a double into the storage located by p.

Synopsis

Declared in <openssl/params.h>

int
OSSL_PARAM_set_double(
    OSSL_PARAM* p,
    double val);

Return Value

1 on success, or 0 on type failure.

Parameters

NameDescription
pParameter locator describing a floating-point destination.
valValue to store.