summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-01-03 14:04:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-01-03 14:04:17 +0000
commit7bff8fd23d1cf79b0967828d088488322cdb25d3 (patch)
treeba347b2329bf910dfec5bac7fd7c9655c328ce14
parent72921518500789df1ee117141feaaacafb0050fc (diff)
Typo.
-rw-r--r--fips/dsa/fips_dssvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/dsa/fips_dssvs.c b/fips/dsa/fips_dssvs.c
index 5e1575794d..41515e571a 100644
--- a/fips/dsa/fips_dssvs.c
+++ b/fips/dsa/fips_dssvs.c
@@ -187,7 +187,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.
*/