rip input_ready() and call isatty() instead

should be more portable (work on windows)
relates to #12
This commit is contained in:
Klas Lindfors
2015-01-12 21:20:15 +01:00
parent b1a673b1f9
commit f86ded25bf
3 changed files with 6 additions and 23 deletions
-1
View File
@@ -45,6 +45,5 @@ unsigned char get_algorithm(EVP_PKEY*);
FILE *open_file(const char*, int);
int get_object_id(enum enum_slot slot);
bool set_component_with_len(unsigned char**, const BIGNUM*, int);
bool input_ready(FILE*);
#endif