update base58

This commit is contained in:
Zhi Guan
2017-05-20 09:15:16 +08:00
parent 2299b8ff22
commit 3c4cf814b4
4 changed files with 30 additions and 1 deletions

View File

@@ -64,7 +64,7 @@
#include "../e_os.h"
#ifdef OPENSSL_NO_SERPENT
int main(int argc. char **argv)
int main(int argc, char **argv)
{
printf("No Serpent support\n");
return 0;
@@ -171,3 +171,4 @@ int main(void)
}
return 0;
}
#endif