mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
heimdal_build: include heimdal's new EVP code to fix the build
metze
This commit is contained in:
parent
467a1f2163
commit
f454342d48
@ -346,6 +346,7 @@ HEIMDAL_KRB5_OBJ_FILES = \
|
||||
$(heimdalsrcdir)/lib/krb5/heim_err.o \
|
||||
$(heimdalsrcdir)/lib/krb5/k524_err.o \
|
||||
$(heimdalsrcdir)/lib/krb5/krb_err.o \
|
||||
$(heimdalsrcdir)/lib/hcrypto/evp-aes-cts.o \
|
||||
$(heimdalbuildsrcdir)/krb5-glue.o
|
||||
|
||||
$(eval $(call heimdal_proto_header_template, \
|
||||
@ -424,6 +425,7 @@ HEIMDAL_HCRYPTO_OBJ_FILES = \
|
||||
$(heimdalsrcdir)/lib/hcrypto/sha256.o \
|
||||
$(heimdalsrcdir)/lib/hcrypto/ui.o \
|
||||
$(heimdalsrcdir)/lib/hcrypto/evp.o \
|
||||
$(heimdalsrcdir)/lib/hcrypto/evp-hcrypto.o \
|
||||
$(heimdalsrcdir)/lib/hcrypto/pkcs5.o \
|
||||
$(heimdalsrcdir)/lib/hcrypto/pkcs12.o \
|
||||
$(heimdalsrcdir)/lib/hcrypto/rand.o \
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* TODO: remove this file */
|
||||
#include "heimdal/lib/hcrypto/aes.h"
|
||||
struct _krb5_krb_auth_data;
|
||||
struct krb5_dh_moduli;
|
||||
struct AlgorithmIdentifier;
|
||||
#include "heimdal/lib/hcrypto/evp.h"
|
||||
#include "heimdal/lib/krb5/krb5-private.h"
|
||||
|
Loading…
Reference in New Issue
Block a user