1*b077aed3SPierre Pronchery/* 2*b077aed3SPierre Pronchery * {- join("\n * ", @autowarntext) -} 3*b077aed3SPierre Pronchery * 4*b077aed3SPierre Pronchery * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. 5*b077aed3SPierre Pronchery * 6*b077aed3SPierre Pronchery * Licensed under the Apache License 2.0 (the "License"). You may not use 7*b077aed3SPierre Pronchery * this file except in compliance with the License. You can obtain a copy 8*b077aed3SPierre Pronchery * in the file LICENSE in the source distribution or at 9*b077aed3SPierre Pronchery * https://www.openssl.org/source/license.html 10*b077aed3SPierre Pronchery */ 11*b077aed3SPierre Pronchery 12*b077aed3SPierre Pronchery#include "internal/der.h" 13*b077aed3SPierre Pronchery 14*b077aed3SPierre Pronchery/* Well known OIDs precompiled */ 15*b077aed3SPierre Pronchery{- 16*b077aed3SPierre Pronchery $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1', 17*b077aed3SPierre Pronchery 'providers/common/der/DIGESTS.asn1', 18*b077aed3SPierre Pronchery { dir => $config{sourcedir}, 19*b077aed3SPierre Pronchery filter => \&oids_to_c::filter_to_H }); 20*b077aed3SPierre Pronchery-} 21