增加安装动态库、头文件、二进制的功能

This commit is contained in:
Simon
2021-07-17 04:05:12 -07:00
parent 0af5775be3
commit 4159e6ddf5
5 changed files with 28 additions and 3 deletions

View File

@@ -49,6 +49,7 @@
#ifndef GMSSL_ASN1_H
#define GMSSL_ASN1_H
#include <stdint.h>
#include <stdlib.h>
#include <time.h>

View File

@@ -54,6 +54,7 @@
extern "C" {
#endif
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -55,6 +55,8 @@ extern "C" {
#endif
#include <stdint.h>
enum {
OID_undef = 0,
//OID_aes,

View File

@@ -54,6 +54,7 @@
#define RC4_MIN_KEY_BITS 40
#define RC4_STATE_NUM_WORDS 256
#include <stdint.h>
#include <string.h>
#ifdef __cplusplus