summaryrefslogtreecommitdiffstats
path: root/src/crypto/dh/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/dh/params.c')
-rw-r--r--src/crypto/dh/params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/dh/params.c b/src/crypto/dh/params.c
index 82d1d92..2bfccb8 100644
--- a/src/crypto/dh/params.c
+++ b/src/crypto/dh/params.c
@@ -295,7 +295,7 @@ DH *DH_get_2048_256(const ENGINE *engine) {
}
void DH_check_standard_parameters(DH *dh) {
- int i;
+ unsigned i;
if (dh->p == NULL ||
dh->g == NULL ||