mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Fix no-sock
The declaration of bio_type_lock is independent of no-sock so should not be inside OPENSSL_NO_SOCK guards. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
e97763c92c
commit
44cb4f5b5f
@ -137,7 +137,6 @@ typedef unsigned int socklen_t;
|
||||
# endif
|
||||
|
||||
extern CRYPTO_RWLOCK *bio_lookup_lock;
|
||||
extern CRYPTO_RWLOCK *bio_type_lock;
|
||||
|
||||
int BIO_ADDR_make(BIO_ADDR *ap, const struct sockaddr *sa);
|
||||
const struct sockaddr *BIO_ADDR_sockaddr(const BIO_ADDR *ap);
|
||||
@ -147,6 +146,8 @@ socklen_t BIO_ADDRINFO_sockaddr_size(const BIO_ADDRINFO *bai);
|
||||
const struct sockaddr *BIO_ADDRINFO_sockaddr(const BIO_ADDRINFO *bai);
|
||||
#endif
|
||||
|
||||
extern CRYPTO_RWLOCK *bio_type_lock;
|
||||
|
||||
void bio_sock_cleanup_int(void);
|
||||
|
||||
#if BIO_FLAGS_UPLINK==0
|
||||
|
Loading…
Reference in New Issue
Block a user