Add new -notext option to 'ca', -pubkey option to spkac.
Remove some "WTF??" casts from applications. Fixes to keep VC++ happy and avoid warnings. Docs tidy.
This commit is contained in:
@@ -210,4 +210,8 @@ ascii2ebcdic(void *dest, const void *srce, size_t count)
|
||||
return dest;
|
||||
}
|
||||
|
||||
#endif /*CHARSET_EBCDIC*/
|
||||
#else /*CHARSET_EBCDIC*/
|
||||
#ifdef PEDANTIC
|
||||
static void *dummy=&dummy;
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user