make get_length() take a const buffer
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user