#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <unistd.h>
#include <memory>
#include <openssl/bytestring.h>
#include <openssl/rand.h>
#include <openssl/ssl.h>
#include "handshake_util.h"
#include "test_config.h"
#include "test_state.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Definition at line 225 of file third_party/boringssl-with-bazel/src/ssl/test/handshaker.cc.