Deleted Added
full compact
dsatest.c (109998) dsatest.c (111147)
1/* crypto/dsa/dsatest.c */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 54 unchanged lines hidden (view full) ---

63#include <sys/stat.h>
64
65#include "../e_os.h"
66
67#include <openssl/crypto.h>
68#include <openssl/rand.h>
69#include <openssl/bio.h>
70#include <openssl/err.h>
1/* crypto/dsa/dsatest.c */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 54 unchanged lines hidden (view full) ---

63#include <sys/stat.h>
64
65#include "../e_os.h"
66
67#include <openssl/crypto.h>
68#include <openssl/rand.h>
69#include <openssl/bio.h>
70#include <openssl/err.h>
71#ifndef OPENSSL_NO_ENGINE
71#include <openssl/engine.h>
72#include <openssl/engine.h>
73#endif
72#ifdef OPENSSL_SYS_WINDOWS
73#include "../bio/bss_file.c"
74#endif
75
76#ifdef OPENSSL_NO_DSA
77int main(int argc, char *argv[])
78{
79 printf("No DSA support\n");

--- 167 unchanged lines hidden ---
74#ifdef OPENSSL_SYS_WINDOWS
75#include "../bio/bss_file.c"
76#endif
77
78#ifdef OPENSSL_NO_DSA
79int main(int argc, char *argv[])
80{
81 printf("No DSA support\n");

--- 167 unchanged lines hidden ---