From f35ef1d2f669386afff956f45e10a05c9be0fc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 1 Jan 2008 17:27:39 +0000 Subject: [PATCH] spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22394 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/dh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hcrypto/dh.c b/lib/hcrypto/dh.c index a6c5fd48c..246e7fec3 100644 --- a/lib/hcrypto/dh.c +++ b/lib/hcrypto/dh.c @@ -327,7 +327,7 @@ out: /** * Generate a new DH private-public key pair. The dh parameter must be - * allocted first with DH_new(). + * allocted first with DH_new(). dh->p and dp->g must be set. * * @param dh dh parameter. * @@ -363,7 +363,7 @@ DH_compute_key(unsigned char *shared_key, /** * Checks that the pubkey passed in is valid using - * dh_check_pubkey(). + * DH_check_pubkey(). */ if (!DH_check_pubkey(dh, peer_pub_key, &codes) || codes != 0)