summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-01-03 13:56:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-01-03 13:56:12 +0000
commit8535636f68427f22545b0d643243e0bfff67a27e (patch)
tree97f7b61a0fbb0692d10cde8e9edc8f4ecb9f40eb
parentf876ee2e5743f23927648e372fedd46f602b3dee (diff)
Typo.
-rw-r--r--fips-1.0/dsa/fips_dssvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips-1.0/dsa/fips_dssvs.c b/fips-1.0/dsa/fips_dssvs.c
index dd44f057ae..036065116e 100644
--- a/fips-1.0/dsa/fips_dssvs.c
+++ b/fips-1.0/dsa/fips_dssvs.c
@@ -274,7 +274,7 @@ void pqgver()
}
}
-/* Keypair verification routine. NB: this isn't part of the stndard FIPS140-2
+/* Keypair verification routine. NB: this isn't part of the standard FIPS140-2
* algorithm tests. It is an additional test to perform sanity checks on the
* output of the KeyPair test.
*/