use #include <hcrypto/...>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16564 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -63,8 +63,8 @@
|
|||||||
typedef struct DH DH;
|
typedef struct DH DH;
|
||||||
typedef struct DH_METHOD DH_METHOD;
|
typedef struct DH_METHOD DH_METHOD;
|
||||||
|
|
||||||
#include <bn.h>
|
#include <hcrypto/bn.h>
|
||||||
#include <engine.h>
|
#include <hcrypto/engine.h>
|
||||||
|
|
||||||
struct DH_METHOD {
|
struct DH_METHOD {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
#ifndef _HEIM_DSA_H
|
#ifndef _HEIM_DSA_H
|
||||||
#define _HEIM_DSA_H 1
|
#define _HEIM_DSA_H 1
|
||||||
|
|
||||||
#include <bn.h>
|
#include <hcrypto/bn.h>
|
||||||
|
|
||||||
/* symbol renaming */
|
/* symbol renaming */
|
||||||
#define DSA_null_method hc_DSA_null_method
|
#define DSA_null_method hc_DSA_null_method
|
||||||
|
@@ -61,9 +61,9 @@
|
|||||||
|
|
||||||
typedef struct hc_engine ENGINE;
|
typedef struct hc_engine ENGINE;
|
||||||
|
|
||||||
#include <rsa.h>
|
#include <hcrypto/rsa.h>
|
||||||
#include <dsa.h>
|
#include <hcrypto/dsa.h>
|
||||||
#include <dh.h>
|
#include <hcrypto/dh.h>
|
||||||
|
|
||||||
#define OPENSSL_DYNAMIC_VERSION (unsigned long)0x00020000
|
#define OPENSSL_DYNAMIC_VERSION (unsigned long)0x00020000
|
||||||
|
|
||||||
|
@@ -36,8 +36,7 @@
|
|||||||
#ifndef HEIM_EVP_H
|
#ifndef HEIM_EVP_H
|
||||||
#define HEIM_EVP_H 1
|
#define HEIM_EVP_H 1
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <hcrypto/engine.h>
|
||||||
#include <engine.h>
|
|
||||||
|
|
||||||
/* symbol renaming */
|
/* symbol renaming */
|
||||||
#define EVP_CIPHER_CTX_block_size hc_EVP_CIPHER_CTX_block_size
|
#define EVP_CIPHER_CTX_block_size hc_EVP_CIPHER_CTX_block_size
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
#ifndef HEIM_HMAC_H
|
#ifndef HEIM_HMAC_H
|
||||||
#define HEIM_HMAC_H 1
|
#define HEIM_HMAC_H 1
|
||||||
|
|
||||||
#include <evp.h>
|
#include <hcrypto/evp.h>
|
||||||
|
|
||||||
/* symbol renaming */
|
/* symbol renaming */
|
||||||
#define HMAC_CTX_init hc_HMAC_CTX_init
|
#define HMAC_CTX_init hc_HMAC_CTX_init
|
||||||
|
@@ -45,7 +45,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <evp.h>
|
#include <hcrypto/evp.h>
|
||||||
|
|
||||||
#define PKCS12_KEY_ID 1
|
#define PKCS12_KEY_ID 1
|
||||||
#define PKCS12_IV_ID 2
|
#define PKCS12_IV_ID 2
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
#ifndef _HEIM_RAND_H
|
#ifndef _HEIM_RAND_H
|
||||||
#define _HEIM_RAND_H 1
|
#define _HEIM_RAND_H 1
|
||||||
|
|
||||||
#include <bn.h>
|
#include <hcrypto/bn.h>
|
||||||
|
|
||||||
/* symbol renaming */
|
/* symbol renaming */
|
||||||
#define RAND_bytes hc_RAND_bytes
|
#define RAND_bytes hc_RAND_bytes
|
||||||
|
@@ -67,8 +67,8 @@
|
|||||||
typedef struct RSA RSA;
|
typedef struct RSA RSA;
|
||||||
typedef struct RSA_METHOD RSA_METHOD;
|
typedef struct RSA_METHOD RSA_METHOD;
|
||||||
|
|
||||||
#include <bn.h>
|
#include <hcrypto/bn.h>
|
||||||
#include <engine.h>
|
#include <hcrypto/engine.h>
|
||||||
|
|
||||||
struct RSA_METHOD {
|
struct RSA_METHOD {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
Reference in New Issue
Block a user