make get_length() take a const buffer

This commit is contained in:
Klas Lindfors
2014-06-25 15:10:18 +02:00
parent 1ded0f6496
commit c4d8492682
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ typedef union u_APDU APDU;
void dump_hex(unsigned const char*, unsigned int);
int set_length(unsigned char*, int);
int get_length(unsigned char*, int*);
int get_length(const unsigned char*, int*);
X509_NAME *parse_name(const char*);
unsigned char get_algorithm(EVP_PKEY*);
FILE *open_file(const char*, int);