]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Typo fix.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 12 May 2003 20:46:13 +0000 (22:46 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 12 May 2003 20:46:13 +0000 (22:46 +0200)
Rev: src/nettle/rsa-sha1-sign.c:1.3

rsa-sha1-sign.c

index a3eea7a6aed93cadfde959bef3abdee69c4c7454..9fa953a6883231e4682ff01215adc034e82747fa 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <assert.h>
 
-include "rsa.h"
+#include "rsa.h"
 
 #include "bignum.h"
 #include "pkcs1.h"