Latest update.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 2019-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
|
||||
@@ -315,3 +315,13 @@ extern const OSSL_DISPATCH x448_priv_der_serializer_functions[];
|
||||
extern const OSSL_DISPATCH x448_pub_der_serializer_functions[];
|
||||
extern const OSSL_DISPATCH x448_priv_pem_serializer_functions[];
|
||||
extern const OSSL_DISPATCH x448_pub_pem_serializer_functions[];
|
||||
|
||||
extern const OSSL_DISPATCH ec_priv_text_serializer_functions[];
|
||||
extern const OSSL_DISPATCH ec_pub_text_serializer_functions[];
|
||||
extern const OSSL_DISPATCH ec_param_text_serializer_functions[];
|
||||
extern const OSSL_DISPATCH ec_priv_der_serializer_functions[];
|
||||
extern const OSSL_DISPATCH ec_pub_der_serializer_functions[];
|
||||
extern const OSSL_DISPATCH ec_param_der_serializer_functions[];
|
||||
extern const OSSL_DISPATCH ec_priv_pem_serializer_functions[];
|
||||
extern const OSSL_DISPATCH ec_pub_pem_serializer_functions[];
|
||||
extern const OSSL_DISPATCH ec_param_pem_serializer_functions[];
|
||||
Reference in New Issue
Block a user