# Copyright (c) 2024 Yuki Kimoto
# MIT License

class Net::SSLeay::Util {
  version_from Net::SSLeay;
  
  # Class Methods
  native static method convert_to_wire_format : string ($protocols : string[]);
  
}