- 時間撮記:
- 2022-6-8 上午07:43:44 (3 年 以前)
- svn:sync-xref-src-repo-rev:
- 151730
- 位置:
- trunk/src/libs/openssl-3.0.3
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/libs/openssl-3.0.3
- 屬性 svn:mergeinfo
-
old new 14 14 /vendor/openssl/3.0.1:150323-150324 15 15 /vendor/openssl/3.0.2:150728-150729 16 /vendor/openssl/current:147554-150727 16 /vendor/openssl/3.0.3:151497-151729 17 /vendor/openssl/current:147554-151496
-
- 屬性 svn:mergeinfo
-
trunk/src/libs/openssl-3.0.3/providers/fips/self_test.c
r94320 r95219 1 1 /* 2 * Copyright 2019-202 1The OpenSSL Project Authors. All Rights Reserved.2 * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. 3 3 * 4 4 * Licensed under the Apache License 2.0 (the "License"). You may not use … … 104 104 return TRUE; 105 105 } 106 107 #elif defined(__GNUC__) 108 # undef DEP_INIT_ATTRIBUTE 109 # undef DEP_FINI_ATTRIBUTE 110 # define DEP_INIT_ATTRIBUTE static __attribute__((constructor)) 111 # define DEP_FINI_ATTRIBUTE static __attribute__((destructor)) 112 106 113 #elif defined(__sun) 107 114 # pragma init(init) … … 125 132 # pragma init "init" 126 133 # pragma fini "cleanup" 127 128 #elif defined(__GNUC__)129 # undef DEP_INIT_ATTRIBUTE130 # undef DEP_FINI_ATTRIBUTE131 # define DEP_INIT_ATTRIBUTE static __attribute__((constructor))132 # define DEP_FINI_ATTRIBUTE static __attribute__((destructor))133 134 134 135 #elif defined(__TANDEM)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器