summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_gen.c')
-rw-r--r--src/lib/libcrypto/dsa/dsa_gen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_gen.c b/src/lib/libcrypto/dsa/dsa_gen.c
index 491b4de5f9..d41e7562e1 100644
--- a/src/lib/libcrypto/dsa/dsa_gen.c
+++ b/src/lib/libcrypto/dsa/dsa_gen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dsa_gen.c,v 1.14 2014/07/10 13:58:22 jsing Exp $ */ 1/* $OpenBSD: dsa_gen.c,v 1.15 2014/07/11 08:44:48 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -63,11 +63,11 @@
63#include <stdio.h> 63#include <stdio.h>
64#include <string.h> 64#include <string.h>
65 65
66#include "cryptlib.h"
67#include <openssl/evp.h>
68#include <openssl/bn.h> 66#include <openssl/bn.h>
67#include <openssl/evp.h>
69#include <openssl/rand.h> 68#include <openssl/rand.h>
70#include <openssl/sha.h> 69#include <openssl/sha.h>
70
71#include "dsa_locl.h" 71#include "dsa_locl.h"
72 72
73int 73int