Replace the broken SPKAC certification with the correct version.
[oweals/openssl.git] / apps / pkcs12.c
index 248bc1154d3ce0f1f4f5a4b51f519669642a90c4..0db0b79765a8ded620bb6fcdfabe16735e0e9f26 100644 (file)
 #include <openssl/pem.h>
 #include <openssl/pkcs12.h>
 
+#ifdef OPENSSL_SYS_NETWARE
+/* Rename these functions to avoid name clashes on NetWare OS */
+#define uni2asc OPENSSL_uni2asc
+#define asc2uni OPENSSL_asc2uni
+#endif
+
 #define PROG pkcs12_main
 
 const EVP_CIPHER *enc;