spicetools/avs/ssl.h

8 lines
102 B
C
Raw Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
namespace avs::ssl {
constexpr int32_t SSL_PROTOCOL_ID = 0x102;
void init();
}