OSSL_STORE: Add OSSL_STORE_vctrl()
[openssl.git] / include / openssl / store.h
index 8ec2edc8efb270aaac085b9f3e610a049c016e00..ff42953e6cb0dcb91b489f606ef734b28093a4f1 100644 (file)
@@ -58,6 +58,7 @@ OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method,
  * Each command takes different arguments.
  */
 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */);
+int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args);
 
 /*
  * Common ctrl commands that different loaders may choose to support.