Warning, file /include/openssl/ssl2.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef OPENSSL_SSL2_H
0011 # define OPENSSL_SSL2_H
0012 # pragma once
0013
0014 # include <openssl/macros.h>
0015 # ifndef OPENSSL_NO_DEPRECATED_3_0
0016 # define HEADER_SSL2_H
0017 # endif
0018
0019 #ifdef __cplusplus
0020 extern "C" {
0021 #endif
0022
0023 # define SSL2_VERSION 0x0002
0024
0025 # define SSL2_MT_CLIENT_HELLO 1
0026
0027 #ifdef __cplusplus
0028 }
0029 #endif
0030 #endif