]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/encode_decode/encoder_dh.c
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
[thirdparty/openssl.git] / providers / implementations / encode_decode / encoder_dh.c
similarity index 99%
rename from providers/implementations/serializers/serializer_dh.c
rename to providers/implementations/encode_decode/encoder_dh.c
index d1b1d27cf6a13295a3e55fe9428ddbc41d747c01..d9578f46c45c551bed8777dfc0f4e543e290ccc7 100644 (file)
@@ -19,7 +19,7 @@
 #include "prov/providercommonerr.h" /* PROV_R_BN_ERROR */
 #include "internal/ffc.h"
 #include "crypto/dh.h"
-#include "serializer_local.h"
+#include "encoder_local.h"
 
 OSSL_FUNC_keymgmt_new_fn *ossl_prov_get_keymgmt_dh_new(void)
 {