1/*
2 * WARNING: do not edit!
3 * Generated by Makefile from providers/common/der/der_sm2_gen.c.in
4 *
5 * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
6 *
7 * Licensed under the Apache License 2.0 (the "License").  You may not use
8 * this file except in compliance with the License.  You can obtain a copy
9 * in the file LICENSE in the source distribution or at
10 * https://www.openssl.org/source/license.html
11 */
12
13#include "prov/der_sm2.h"
14
15/* Well known OIDs precompiled */
16
17/*
18 * sm2-with-SM3 OBJECT IDENTIFIER ::= { sm-scheme 501 }
19 */
20const unsigned char ossl_der_oid_sm2_with_SM3[DER_OID_SZ_sm2_with_SM3] = {
21    DER_OID_V_sm2_with_SM3
22};
23
24/*
25 * curveSM2 OBJECT IDENTIFIER ::= { sm-scheme 301 }
26 */
27const unsigned char ossl_der_oid_curveSM2[DER_OID_SZ_curveSM2] = {
28    DER_OID_V_curveSM2
29};
30
31