Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 646276
Collapse All | Expand All

(-)a/validator/val_secalgo.c (+8 lines)
Lines 72-77 Link Here
72
#include <openssl/engine.h>
72
#include <openssl/engine.h>
73
#endif
73
#endif
74
74
75
#ifdef HAVE_OPENSSL_DSA_H
76
#include <openssl/dsa.h>
77
#endif
78
79
#ifdef HAVE_OPENSSL_BN_H
80
#include <openssl/bn.h>
81
#endif
82
75
/** fake DSA support for unit tests */
83
/** fake DSA support for unit tests */
76
int fake_dsa = 0;
84
int fake_dsa = 0;
77
/** fake SHA1 support for unit tests */
85
/** fake SHA1 support for unit tests */

Return to bug 646276