修改签发证书获取时间方式
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#define FOREVER for(;;)
|
||||
#endif
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
typedef struct atomic {
|
||||
volatile int counter;
|
||||
} atomic_t;
|
||||
|
||||
Reference in New Issue
Block a user