#include <openssl/rand.h>
#include <openssl/aes.h>
#include "cms_lcl.h"
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
/* CMS EnvelopedData Utilities */
#include <openssl/err.h>
#include <openssl/cms.h>
#include "cms_lcl.h"
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
/* CMS SignedData Utilities */
#include <openssl/asn1.h>
#include <openssl/dh.h>
#include <openssl/bn.h>
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
static void int_dh_free(EVP_PKEY *pkey)
{
#include <openssl/evp.h>
#include <openssl/dh.h>
#include <openssl/bn.h>
-#include "../evp/evp_locl.h"
+#include "evp_locl.h"
/* DH pkey context structure */
#ifndef OPENSSL_NO_CMS
#include <openssl/cms.h>
#endif
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
static int dsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
{
#include <openssl/x509.h>
#include <openssl/evp.h>
#include <openssl/bn.h>
-#include "../evp/evp_locl.h"
+#include "evp_locl.h"
#include "dsa_locl.h"
/* DSA pkey context structure */
#ifndef OPENSSL_NO_CMS
#include <openssl/cms.h>
#endif
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
static int eckey_param2type(int *pptype, void **ppval, EC_KEY *ec_key)
{
#include <openssl/ec.h>
#include <openssl/ecdsa.h>
#include <openssl/evp.h>
-#include "../evp/evp_locl.h"
+#include "evp_locl.h"
/* EC pkey context structure */
*/
#include "eng_int.h"
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
#include <openssl/evp.h>
/* If this symbol is defined then ENGINE_get_pkey_asn1_meth_engine(), the
#include "cryptlib.h"
#include <openssl/x509.h>
#include <openssl/rand.h>
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
/* Extract a private key from a PKCS8 structure */
#include <openssl/engine.h>
#endif
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
static void EVP_PKEY_free_it(EVP_PKEY *x);
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
#include "evp_locl.h"
typedef int sk_cmp_fn_type(const char * const *a, const char * const *b);
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
#define HMAC_TEST_PRIVATE_KEY_FORMAT
#include <openssl/x509v3.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
-#include "../evp/evp_locl.h"
+#include "evp_locl.h"
/* HMAC pkey context structure */
#include <openssl/x509.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
#ifndef OPENSSL_NO_DES
#include <openssl/des.h>
#endif
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
int pem_check_suffix(const char *pem_str, const char *suffix);
#include "cryptlib.h"
#include <openssl/objects.h>
#include <openssl/x509.h>
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg)
{
#ifndef OPENSSL_NO_CMS
#include <openssl/cms.h>
#endif
-#include "../asn1/asn1_locl.h"
+#include "asn1_locl.h"
static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
{
#include <openssl/rsa.h>
#include <openssl/bn.h>
#include <openssl/evp.h>
-#include "../evp/evp_locl.h"
+#include "evp_locl.h"
#include "rsa_locl.h"
/* RSA pkey context structure */
CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS
CFLAGS+= -DOPENSSL_THREADS
CFLAGS+= -I${LCRYPTO_SRC} -I${LCRYPTO_SRC}/crypto \
+ -I${LCRYPTO_SRC}/crypto/asn1 -I${LCRYPTO_SRC}/crypto/evp \
-I${LCRYPTO_SRC}/crypto/engine -I${.OBJDIR}
MANDIR= ${SHAREDIR}/openssl/man/man