Author :
jsing
Date :
2020-03-10 17:02:21
Hash :6f4f83c6 Message :Remove the enc function pointers.
The enc function pointers do not serve any purpose these days - remove
a layer of indirection and call dtls1_enc()/tls1_enc() directly.
ok inoguchi@ tb@