mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Merge pull request #4979 from dgarske/sniffer_tidy
This commit is contained in:
@ -65,6 +65,7 @@ if [ "$1" == "hrr" ]; then
|
|||||||
# TLS v1.3 Hello Retry Request
|
# TLS v1.3 Hello Retry Request
|
||||||
./examples/server/server -v 4 -i -x -g &
|
./examples/server/server -v 4 -i -x -g &
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
|
fi
|
||||||
|
|
||||||
# Run this script from the wolfSSL root
|
# Run this script from the wolfSSL root
|
||||||
if [ ! -f wolfssl/ssl.h ]; then
|
if [ ! -f wolfssl/ssl.h ]; then
|
||||||
|
@ -2229,8 +2229,8 @@ typedef struct {
|
|||||||
#endif
|
#endif
|
||||||
} pub;
|
} pub;
|
||||||
#endif
|
#endif
|
||||||
int initPriv:1;
|
byte initPriv:1;
|
||||||
int initPub:1;
|
byte initPub:1;
|
||||||
} SnifferKey;
|
} SnifferKey;
|
||||||
|
|
||||||
typedef struct SetupKeysArgs {
|
typedef struct SetupKeysArgs {
|
||||||
|
Reference in New Issue
Block a user