diff options
Diffstat (limited to 'lib/libssl/src/apps/testdsa.h')
-rw-r--r-- | lib/libssl/src/apps/testdsa.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/testdsa.h b/lib/libssl/src/apps/testdsa.h index f770ab3bf42..0fcdac0f36d 100644 --- a/lib/libssl/src/apps/testdsa.h +++ b/lib/libssl/src/apps/testdsa.h @@ -1,5 +1,4 @@ -/* NOCW */ -/* used by apps/speed.c */ +/* $OpenBSD: testdsa.h,v 1.7 2014/06/12 15:49:27 deraadt Exp $ */ DSA *get_dsa512(void); DSA *get_dsa1024(void); |