Re: [openssl-users] OSSL_STORE_ctrl

2018-02-14 Thread Richard Levitte
In message on Tue, 13 Feb 2018 19:58:34 -0800, Norm Green said: norm.green> In 1.1.1 pre-relase 1, we have this new function: norm.green> norm.green> int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ...

[openssl-users] OSSL_STORE_ctrl

2018-02-13 Thread Norm Green
In 1.1.1 pre-relase 1, we have this new function: int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */); Would it be possible to add a version that takes va_args like this? int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args); OpenSSL already have this precedent in