bcrypt_platform_init.c 280 B

123456789101112
  1. /**
  2. * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
  3. * SPDX-License-Identifier: Apache-2.0.
  4. */
  5. #include <aws/common/allocator.h>
  6. void aws_cal_platform_init(struct aws_allocator *allocator) {
  7. (void)allocator;
  8. }
  9. void aws_cal_platform_clean_up(void) {}