cpp: fix included files to avoid failure in no-deprecated builds
[openssl.git] / include / crypto / encoder.h
index a04ba93d543357acdb4b6b7400409c6a0af1e868..09d445d21039ff5e768795828687f59cf5509ab8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2021 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
@@ -11,3 +11,4 @@
 
 OSSL_ENCODER *ossl_encoder_fetch_by_number(OSSL_LIB_CTX *libctx, int id,
                                            const char *properties);
+int ossl_encoder_get_number(const OSSL_ENCODER *encoder);