diff options
author | Ulf Möller <ulf@openssl.org> | 2000-01-22 22:26:52 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-01-22 22:26:52 +0100 |
commit | 2a99e8b9df536df9f87fb3a6997ac42383787cf1 (patch) | |
tree | bba442877141bfa6b5e41861e9ab3151b3f12170 /apps | |
parent | config string comment (diff) | |
download | openssl-2a99e8b9df536df9f87fb3a6997ac42383787cf1.tar.xz openssl-2a99e8b9df536df9f87fb3a6997ac42383787cf1.zip |
dh renamed to dhparam
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dhparam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dhparam.c b/apps/dhparam.c index a7b4213764..fa37b2a3da 100644 --- a/apps/dhparam.c +++ b/apps/dhparam.c @@ -1,4 +1,4 @@ -/* apps/dh.c */ +/* apps/dhparam.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * |