# Copyright (c) 2023 Yuki Kimoto
# MIT License

class Net::SSLeay::X509_VERIFY_PARAM {
  
  # Instance Methods
  native method set_hostflags : void ($flags : int);
  
  native method set1_host : int ($name : string, $namelen : int = 0);
}