Replace last ecdh.h and ecdsa.h occurrences with ec.h
Except if backward compatibility with older LibreSSL and OpenSSL versions is explicitly needed, ecdsa.h and ecdh.h should no longer be used. The
Replace last ecdh.h and ecdsa.h occurrences with ec.h
Except if backward compatibility with older LibreSSL and OpenSSL versions is explicitly needed, ecdsa.h and ecdh.h should no longer be used. They are now trivial wrappers of ec.h.
show more ...
|