Skip to content

Commit 72eb1bb

Browse files
committed
Sort the function prototypes alphabetically
1 parent a014271 commit 72eb1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/native/libs/System.Security.Cryptography.Native/osslcompat_111.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ unsigned long SSL_CTX_set_options(SSL_CTX* ctx, unsigned long options);
6060
void SSL_CTX_set_security_level(SSL_CTX* ctx, int32_t level);
6161
int32_t SSL_is_init_finished(SSL* ssl);
6262
unsigned long SSL_set_options(SSL* ctx, unsigned long options);
63+
void SSL_set_post_handshake_auth(SSL *s, int val);
6364
int SSL_session_reused(SSL* ssl);
65+
int SSL_verify_client_post_handshake(SSL *s);
6466
const SSL_METHOD* TLS_method(void);
6567
const ASN1_TIME* X509_CRL_get0_nextUpdate(const X509_CRL* crl);
6668
int32_t X509_NAME_get0_der(X509_NAME* x509Name, const uint8_t** pder, size_t* pderlen);
@@ -79,8 +81,6 @@ int32_t X509_get_version(const X509* x509);
7981
int X509_set1_notAfter(X509* x509, const ASN1_TIME*);
8082
int X509_set1_notBefore(X509* x509, const ASN1_TIME*);
8183
int32_t X509_up_ref(X509* x509);
82-
int SSL_verify_client_post_handshake(SSL *s);
83-
void SSL_set_post_handshake_auth(SSL *s, int val);
8484

8585
#if OPENSSL_VERSION_NUMBER < OPENSSL_VERSION_1_0_2_RTM
8686
int32_t X509_check_host(X509* x509, const char* name, size_t namelen, unsigned int flags, char** peername);

0 commit comments

Comments
 (0)