Latest update.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
LIBS=../../libcrypto
|
||||
SOURCE[../../libcrypto]=\
|
||||
lhash.c lh_stats.c
|
||||
SOURCE[../../providers/fips]=\
|
||||
SOURCE[../../providers/libfips.a]=\
|
||||
lhash.c
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/lhash.h>
|
||||
#include "lhash_lcl.h"
|
||||
#include "lhash_local.h"
|
||||
|
||||
# ifndef OPENSSL_NO_STDIO
|
||||
void OPENSSL_LH_stats(const OPENSSL_LHASH *lh, FILE *fp)
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/lhash.h>
|
||||
#include <openssl/err.h>
|
||||
#include "internal/ctype.h"
|
||||
#include "internal/lhash.h"
|
||||
#include "lhash_lcl.h"
|
||||
#include "crypto/ctype.h"
|
||||
#include "crypto/lhash.h"
|
||||
#include "lhash_local.h"
|
||||
|
||||
/*
|
||||
* A hashing implementation that appears to be based on the linear hashing
|
||||
|
||||
Reference in New Issue
Block a user