X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=providers%2Fcommon%2Fder%2Fder_dsa.h.in;fp=providers%2Fcommon%2Fder%2Fder_dsa.h.in;h=0000000000000000000000000000000000000000;hp=0d478f69d7293b8a5808985949e62c2e05c99e81;hb=f7c1b472bf0a790b9c87e1c87e48897d6413ec45;hpb=3c15d677054b952c707aeaf781aec42b86a54ebb diff --git a/providers/common/der/der_dsa.h.in b/providers/common/der/der_dsa.h.in deleted file mode 100644 index 0d478f69d7..0000000000 --- a/providers/common/der/der_dsa.h.in +++ /dev/null @@ -1,25 +0,0 @@ -/* - * {- join("\n * ", @autowarntext) -} - * - * Copyright 2020 The OpenSSL Project Authors. All Rights Reserved. - * - * Licensed under the Apache License 2.0 (the "License"). You may not use - * this file except in compliance with the License. You can obtain a copy - * in the file LICENSE in the source distribution or at - * https://www.openssl.org/source/license.html - */ - -#include "internal/der.h" - -/* Well known OIDs precompiled */ -{- - $OUT = oids_to_c::process_leaves('providers/common/der/DSA.asn1', - { dir => $config{sourcedir}, - filter => \&oids_to_c::filter_to_H }); --} - -/* Subject Public Key Info */ -int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa); -/* Signature */ -int ossl_DER_w_algorithmIdentifier_DSA_with_MD(WPACKET *pkt, int tag, - DSA *dsa, int mdnid);