Clean away some declarations
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Aug 2020 07:33:01 +0000 (09:33 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 21 Aug 2020 13:18:20 +0000 (15:18 +0200)
commita02c715c183382aa3038fc4d7d463b17e62a24ff
tree2f69189927c76657cce2bf74fcd39b07d2a295d8
parent93ec4f8f09bc1b0e8b478d7b6c07a3bdb537bb75
Clean away some declarations

dsa_algorithmidentifier_encoding(), ecdsa_algorithmidentifier_encoding(),
rsa_algorithmidentifier_encoding() have been replaced with DER writer
functions, so they aren't useful any more.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12693)
include/crypto/dsa.h
include/crypto/ec.h
include/crypto/rsa.h