PQinitSSL method

void PQinitSSL(
  1. int do_init
)

Implementation

void PQinitSSL(
  int do_init,
) {
  return _PQinitSSL(
    do_init,
  );
}