use #include <hcrypto/...>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16564 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-13 15:26:52 +00:00
parent 6358b0c902
commit 9d9dcf58a0
8 changed files with 12 additions and 13 deletions

View File

@@ -63,8 +63,8 @@
typedef struct DH DH;
typedef struct DH_METHOD DH_METHOD;
#include <bn.h>
#include <engine.h>
#include <hcrypto/bn.h>
#include <hcrypto/engine.h>
struct DH_METHOD {
const char *name;

View File

@@ -38,7 +38,7 @@
#ifndef _HEIM_DSA_H
#define _HEIM_DSA_H 1
#include <bn.h>
#include <hcrypto/bn.h>
/* symbol renaming */
#define DSA_null_method hc_DSA_null_method

View File

@@ -61,9 +61,9 @@
typedef struct hc_engine ENGINE;
#include <rsa.h>
#include <dsa.h>
#include <dh.h>
#include <hcrypto/rsa.h>
#include <hcrypto/dsa.h>
#include <hcrypto/dh.h>
#define OPENSSL_DYNAMIC_VERSION (unsigned long)0x00020000

View File

@@ -36,8 +36,7 @@
#ifndef HEIM_EVP_H
#define HEIM_EVP_H 1
#include <sys/types.h>
#include <engine.h>
#include <hcrypto/engine.h>
/* symbol renaming */
#define EVP_CIPHER_CTX_block_size hc_EVP_CIPHER_CTX_block_size

View File

@@ -36,7 +36,7 @@
#ifndef HEIM_HMAC_H
#define HEIM_HMAC_H 1
#include <evp.h>
#include <hcrypto/evp.h>
/* symbol renaming */
#define HMAC_CTX_init hc_HMAC_CTX_init

View File

@@ -45,7 +45,7 @@
*
*/
#include <evp.h>
#include <hcrypto/evp.h>
#define PKCS12_KEY_ID 1
#define PKCS12_IV_ID 2

View File

@@ -38,7 +38,7 @@
#ifndef _HEIM_RAND_H
#define _HEIM_RAND_H 1
#include <bn.h>
#include <hcrypto/bn.h>
/* symbol renaming */
#define RAND_bytes hc_RAND_bytes

View File

@@ -67,8 +67,8 @@
typedef struct RSA RSA;
typedef struct RSA_METHOD RSA_METHOD;
#include <bn.h>
#include <engine.h>
#include <hcrypto/bn.h>
#include <hcrypto/engine.h>
struct RSA_METHOD {
const char *name;