update copyrights
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
@@ -72,7 +72,7 @@ fromhexstr(const char *in, unsigned char *d)
|
||||
ret = isc_hex_decodestring(in, &b);
|
||||
if (ret != ISC_R_SUCCESS)
|
||||
return 0;
|
||||
return isc_buffer_usedlength(&b);
|
||||
return isc_buffer_usedlength(&b);
|
||||
}
|
||||
|
||||
typedef struct aes_testcase {
|
||||
|
||||
Reference in New Issue
Block a user