aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/encodererr.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-08-16 21:25:08 +0200
committerRichard Levitte <levitte@openssl.org>2020-08-21 09:23:58 +0200
commitece9304c96f71277ca95696d9bc49fdec51e9f17 (patch)
tree7038f8760e1538754bc67371cb5a466a83935dad /include/openssl/encodererr.h
parentf650993f1de3dbb5eda9009ad0c4895a7b1b7fe2 (diff)
downloadopenssl-ece9304c96f71277ca95696d9bc49fdec51e9f17.tar.gz
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Fixes #12455 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12660)
Diffstat (limited to 'include/openssl/encodererr.h')
-rw-r--r--include/openssl/encodererr.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/include/openssl/encodererr.h b/include/openssl/encodererr.h
new file mode 100644
index 0000000000..007070e0c0
--- /dev/null
+++ b/include/openssl/encodererr.h
@@ -0,0 +1,36 @@
+/*
+ * Generated by util/mkerr.pl DO NOT EDIT
+ * Copyright 1995-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
+ */
+
+#ifndef OPENSSL_OSSL_ENCODERERR_H
+# define OPENSSL_OSSL_ENCODERERR_H
+# pragma once
+
+# include <openssl/opensslconf.h>
+# include <openssl/symhacks.h>
+
+
+# ifdef __cplusplus
+extern "C"
+# endif
+int ERR_load_OSSL_ENCODER_strings(void);
+
+/*
+ * OSSL_ENCODER function codes.
+ */
+# ifndef OPENSSL_NO_DEPRECATED_3_0
+# endif
+
+/*
+ * OSSL_ENCODER reason codes.
+ */
+# define OSSL_ENCODER_R_INCORRECT_PROPERTY_QUERY 100
+# define OSSL_ENCODER_R_ENCODER_NOT_FOUND 101
+
+#endif