Split keypair handling out into its own file - it had already appeared
authorjsing <jsing@openbsd.org>
Thu, 8 Feb 2018 05:56:49 +0000 (05:56 +0000)
committerjsing <jsing@openbsd.org>
Thu, 8 Feb 2018 05:56:49 +0000 (05:56 +0000)
commitbb4cb1b0441fa059bcc631311ed93636eefbc1b2
treee21361975565b5cb8165e2dd0272c50930d9cb01
parent02ee7d07da1857d98989596627bda3894c3c7b1d
Split keypair handling out into its own file - it had already appeared
in multiple locations.

ok beck@
lib/libtls/Makefile
lib/libtls/tls_config.c
lib/libtls/tls_internal.h
lib/libtls/tls_keypair.c [new file with mode: 0644]
lib/libtls/tls_server.c
lib/libtls/tls_util.c