Loading
hello_sock: Use unhexlified PSK in global array.
Later in the series asynchronous TLS handshake is introduced. This means that memory holding the unhexlified PSK may be used outside hello_sock_connect() function in which it was previously declared, so move unhexlifying to hello_sock_parse_arg() and use binary PSK in global array. Additionally group impl_opts.* assignments together. Change-Id: I7a93247bedb00e850c1f8a979f837603e35fd563 Signed-off-by:Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19813 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot