diff options
Diffstat (limited to 'hal_internal.h')
-rw-r--r-- | hal_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hal_internal.h b/hal_internal.h index 9685b0c..0794d37 100644 --- a/hal_internal.h +++ b/hal_internal.h @@ -649,8 +649,7 @@ static inline hal_error_t hal_ks_get_attributes(hal_ks_t *ks, const size_t attributes_buffer_len) { if (ks == NULL || ks->driver == NULL || slot == NULL || - attributes == NULL || attributes_len == 0 || - attributes_buffer == NULL || attributes_buffer_len == 0) + attributes == NULL || attributes_len == 0) return HAL_ERROR_BAD_ARGUMENTS; if (ks->driver->get_attributes == NULL) |