OPENSSL_sk_push

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int OPENSSL_sk_push(_STACK* st, void* data)
  2. alias OPENSSL_sk_push = sk_push
    extern (C) nothrow
    static if(!(OPENSSL_VERSION_AT_LEAST(1, 1)))
    alias OPENSSL_sk_push = sk_push

Meta