From 105278405494e4ae59cb75da05ab9dc3eafa09af Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sat, 14 Jan 2012 18:00:00 +0000
Subject: [PATCH] - Fixed typo
---
programs/pkey/rsa_sign.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c
index 76d0eff501..7063e8e5e3 100644
--- a/programs/pkey/rsa_sign.c
+++ b/programs/pkey/rsa_sign.c
@@ -37,7 +37,7 @@
#if !defined(POLARSSL_BIGNUM_C) || !defined(POLARSSL_RSA_C) || \
!defined(POLARSSL_SHA1_C) || !defined(POLARSSL_FS_IO)
-int 5ain( int argc, char *argv[] )
+int main( int argc, char *argv[] )
{
((void) argc);
((void) argv);