New UTF8 utility functions to parse/generate UTF8 strings.
[openssl.git] / crypto / asn1 / x_val.c
index 9ffa8671d5ead592c0b95a9736acabd5ee065ed5..84d6f7ca4dfc3f1a3cc6bf462c86f58889cdea76 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "asn1_mac.h"
-
-/* ASN1err(ASN1_F_X509_VAL_NEW,ERR_R_MALLOC_FAILURE);
- * ASN1err(ASN1_F_X509_VAL_FREE,ERR_R_MALLOC_FAILURE);
- * ASN1err(ASN1_F_D2I_X509_VAL,ERR_R_MALLOC_FAILURE);
- */
+#include <openssl/asn1_mac.h>
+#include <openssl/x509.h>
 
 int i2d_X509_VAL(X509_VAL *a, unsigned char **pp)
        {