x509.h 343 B

12345678910111213141516
  1. /*
  2. * Copyright 2014-2023 The GmSSL Project. All Rights Reserved.
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the License); you may
  5. * not use this file except in compliance with the License.
  6. *
  7. * http://www.apache.org/licenses/LICENSE-2.0
  8. */
  9. #ifndef GMSSL_X509_H
  10. #define GMSSL_X509_H
  11. #include <gmssl/x509_cer.h>
  12. #endif