[INFO] cloning repository https://github.com/ruocuoguo23/chain-proxy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ruocuoguo23/chain-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruocuoguo23%2Fchain-proxy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruocuoguo23%2Fchain-proxy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6ba70ed539514036f23f2cc65b4e9fb95c201e78 [INFO] checking ruocuoguo23/chain-proxy against master#e08b80c0fb7667bdcd040761891701e576c42ec8 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruocuoguo23%2Fchain-proxy" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ruocuoguo23/chain-proxy on toolchain e08b80c0fb7667bdcd040761891701e576c42ec8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ruocuoguo23/chain-proxy [INFO] finished tweaking git repo https://github.com/ruocuoguo23/chain-proxy [INFO] tweaked toml for git repo https://github.com/ruocuoguo23/chain-proxy written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ruocuoguo23/chain-proxy already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pingora-runtime v0.3.0 [INFO] [stderr] Downloaded pingora-openssl v0.3.0 [INFO] [stderr] Downloaded pingora-http v0.3.0 [INFO] [stderr] Downloaded pingora-timeout v0.3.0 [INFO] [stderr] Downloaded pingora-error v0.3.0 [INFO] [stderr] Downloaded pingora-core v0.3.0 [INFO] [stderr] Downloaded pingora v0.3.0 [INFO] [stderr] Downloaded pingora-ketama v0.3.0 [INFO] [stderr] Downloaded pingora-cache v0.3.0 [INFO] [stderr] Downloaded pingora-load-balancing v0.3.0 [INFO] [stderr] Downloaded pingora-header-serde v0.3.0 [INFO] [stderr] Downloaded pingora-lru v0.3.0 [INFO] [stderr] Downloaded pingora-pool v0.3.0 [INFO] [stderr] Downloaded pingora-proxy v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 43cc7ffd9e97e0c935743ca509753ae921977664999fed8ebef3cf62e3533ebb [INFO] running `Command { std: "docker" "start" "-a" "43cc7ffd9e97e0c935743ca509753ae921977664999fed8ebef3cf62e3533ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43cc7ffd9e97e0c935743ca509753ae921977664999fed8ebef3cf62e3533ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43cc7ffd9e97e0c935743ca509753ae921977664999fed8ebef3cf62e3533ebb", kill_on_drop: false }` [INFO] [stdout] 43cc7ffd9e97e0c935743ca509753ae921977664999fed8ebef3cf62e3533ebb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f9ee15c2ffdc71b1638798c99b918f67ecc67bb2b627bd563abc875d916ac98 [INFO] running `Command { std: "docker" "start" "-a" "6f9ee15c2ffdc71b1638798c99b918f67ecc67bb2b627bd563abc875d916ac98", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling cc v1.0.95 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling thiserror v1.0.59 [INFO] [stderr] Compiling openssl-src v300.2.3+3.2.1 [INFO] [stderr] Checking getrandom v0.2.14 [INFO] [stderr] Checking socket2 v0.5.6 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking object v0.32.2 [INFO] [stdout] error: failed to write /tmp/rustcOnZUoJ/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: ring@0.17.8: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha20_poly1305_x86_64-elf.S:5: fatal error: when writing output to /tmp/ccLZBORj.s: No space left on device [INFO] [stderr] warning: ring@0.17.8: 5 | [INFO] [stderr] warning: ring@0.17.8: | [INFO] [stderr] warning: ring@0.17.8: compilation terminated. [INFO] [stderr] warning: ring@0.17.8: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha512-x86_64-elf.S:5: fatal error: when writing output to /tmp/cc9U2OTa.s: No space left on device [INFO] [stderr] warning: ring@0.17.8: 5 | [INFO] [stderr] warning: ring@0.17.8: | [INFO] [stderr] warning: ring@0.17.8: compilation terminated. [INFO] [stderr] warning: ring@0.17.8: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-I" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out" "-Wall" "-Wextra" "-fvisibility=hidden" "-std=c1x" "-Wall" "-Wbad-function-cast" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wnested-externs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wstrict-prototypes" "-Wundef" "-Wuninitialized" "-g3" "-DNDEBUG" "-o" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out/f639a09d9039f1ce-sha512-x86_64-elf.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha512-x86_64-elf.S" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] warning: ring@0.17.8: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-I" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out" "-Wall" "-Wextra" "-fvisibility=hidden" "-std=c1x" "-Wall" "-Wbad-function-cast" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wnested-externs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wstrict-prototypes" "-Wundef" "-Wuninitialized" "-g3" "-DNDEBUG" "-o" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out/f639a09d9039f1ce-chacha20_poly1305_x86_64-elf.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha20_poly1305_x86_64-elf.S" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `ring v0.17.8` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/ring-bb1ff0947dce17a9/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=RING_PREGENERATE_ASM [INFO] [stderr] cargo:rustc-env=RING_CORE_PREFIX=ring_core_0_17_8_ [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha20_poly1305_x86_64-elf.S:5: fatal error: when writing output to /tmp/ccLZBORj.s: No space left on device [INFO] [stderr] cargo:warning= 5 | [INFO] [stderr] cargo:warning= | [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha512-x86_64-elf.S:5: fatal error: when writing output to /tmp/cc9U2OTa.s: No space left on device [INFO] [stderr] cargo:warning= 5 | [INFO] [stderr] cargo:warning= | [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-I" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out" "-Wall" "-Wextra" "-fvisibility=hidden" "-std=c1x" "-Wall" "-Wbad-function-cast" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wnested-externs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wstrict-prototypes" "-Wundef" "-Wuninitialized" "-g3" "-DNDEBUG" "-o" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out/f639a09d9039f1ce-sha512-x86_64-elf.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha512-x86_64-elf.S" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-I" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out" "-Wall" "-Wextra" "-fvisibility=hidden" "-std=c1x" "-Wall" "-Wbad-function-cast" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wnested-externs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wstrict-prototypes" "-Wundef" "-Wuninitialized" "-g3" "-DNDEBUG" "-o" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out/f639a09d9039f1ce-chacha20_poly1305_x86_64-elf.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha20_poly1305_x86_64-elf.S" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 0 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-I" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out" "-Wall" "-Wextra" "-fvisibility=hidden" "-std=c1x" "-Wall" "-Wbad-function-cast" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wnested-externs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wstrict-prototypes" "-Wundef" "-Wuninitialized" "-g3" "-DNDEBUG" "-o" "/opt/rustwide/target/debug/build/ring-d20a5cf34cb3762b/out/f639a09d9039f1ce-chacha20_poly1305_x86_64-elf.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha20_poly1305_x86_64-elf.S" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaEuAL5X/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `time` (lib) due to 2 previous errors [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaD7Zq2T/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-automata` (lib) due to 2 previous errors [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaC0GWTu/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gimli` (lib) due to 1 previous error [INFO] [stderr] error: failed to run custom build command for `openssl-sys v0.9.102` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-sys-1eb23936d962e5ac/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR [INFO] [stderr] X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR unset [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR [INFO] [stderr] OPENSSL_NO_VENDOR unset [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu [INFO] [stderr] AR_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu [INFO] [stderr] AR_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_AR [INFO] [stderr] HOST_AR = None [INFO] [stderr] cargo:rerun-if-env-changed=AR [INFO] [stderr] AR = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] ARFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] ARFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_ARFLAGS [INFO] [stderr] HOST_ARFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS [INFO] [stderr] ARFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIB_x86_64-unknown-linux-gnu [INFO] [stderr] RANLIB_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIB_x86_64_unknown_linux_gnu [INFO] [stderr] RANLIB_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_RANLIB [INFO] [stderr] HOST_RANLIB = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIB [INFO] [stderr] RANLIB = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIBFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] RANLIBFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIBFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] RANLIBFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_RANLIBFLAGS [INFO] [stderr] HOST_RANLIBFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIBFLAGS [INFO] [stderr] RANLIBFLAGS = None [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/build/src" && env -u CROSS_COMPILE AR="ar" CC="cc" RANLIB="ranlib" "perl" "./Configure" "--prefix=/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" [INFO] [stderr] Configuring OpenSSL version 3.2.1 for target linux-x86_64 [INFO] [stderr] Using os-specific seed configuration [INFO] [stderr] Created configdata.pm [INFO] [stderr] Running configdata.pm [INFO] [stderr] Created Makefile.in [INFO] [stderr] Created Makefile [INFO] [stderr] Created include/openssl/configuration.h [INFO] [stderr] [INFO] [stderr] ********************************************************************** [INFO] [stderr] *** *** [INFO] [stderr] *** OpenSSL has been successfully configured *** [INFO] [stderr] *** *** [INFO] [stderr] *** If you encounter a problem while building, please open an *** [INFO] [stderr] *** issue on GitHub *** [INFO] [stderr] *** and include the output from the following command: *** [INFO] [stderr] *** *** [INFO] [stderr] *** perl configdata.pm --dump *** [INFO] [stderr] *** *** [INFO] [stderr] *** (If you are new to OpenSSL, you might want to consult the *** [INFO] [stderr] *** 'Troubleshooting' section in the INSTALL.md file first) *** [INFO] [stderr] *** *** [INFO] [stderr] ********************************************************************** [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/build/src" && "make" "depend" [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "make" "build_libs" [INFO] [stderr] /usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" crypto/params_idx.c.in > crypto/params_idx.c [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h [INFO] [stderr] /usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/internal/param_names.h.in > include/internal/param_names.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1.h.in > include/openssl/asn1.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1t.h.in > include/openssl/asn1t.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/bio.h.in > include/openssl/bio.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cmp.h.in > include/openssl/cmp.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cms.h.in > include/openssl/cms.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/conf.h.in > include/openssl/conf.h [INFO] [stderr] /usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/openssl/core_names.h.in > include/openssl/core_names.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crmf.h.in > include/openssl/crmf.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crypto.h.in > include/openssl/crypto.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ct.h.in > include/openssl/ct.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/err.h.in > include/openssl/err.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ess.h.in > include/openssl/ess.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/fipskey.h.in > include/openssl/fipskey.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/lhash.h.in > include/openssl/lhash.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ocsp.h.in > include/openssl/ocsp.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/opensslv.h.in > include/openssl/opensslv.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/pkcs12.h.in > include/openssl/pkcs12.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/pkcs7.h.in > include/openssl/pkcs7.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/safestack.h.in > include/openssl/safestack.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/srp.h.in > include/openssl/srp.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ssl.h.in > include/openssl/ssl.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ui.h.in > include/openssl/ui.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509.h.in > include/openssl/x509.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509_vfy.h.in > include/openssl/x509_vfy.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509v3.h.in > include/openssl/x509v3.h [INFO] [stderr] make depend && make _build_libs [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/build/src' [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/build/src' [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/build/src' [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_libctx.d.tmp -MT apps/lib/libapps-lib-app_libctx.o -c -o apps/lib/libapps-lib-app_libctx.o apps/lib/app_libctx.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_params.d.tmp -MT apps/lib/libapps-lib-app_params.o -c -o apps/lib/libapps-lib-app_params.o apps/lib/app_params.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_provider.d.tmp -MT apps/lib/libapps-lib-app_provider.o -c -o apps/lib/libapps-lib-app_provider.o apps/lib/app_provider.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_rand.d.tmp -MT apps/lib/libapps-lib-app_rand.o -c -o apps/lib/libapps-lib-app_rand.o apps/lib/app_rand.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_x509.d.tmp -MT apps/lib/libapps-lib-app_x509.o -c -o apps/lib/libapps-lib-app_x509.o apps/lib/app_x509.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-apps.d.tmp -MT apps/lib/libapps-lib-apps.o -c -o apps/lib/libapps-lib-apps.o apps/lib/apps.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-apps_opt_printf.d.tmp -MT apps/lib/libapps-lib-apps_opt_printf.o -c -o apps/lib/libapps-lib-apps_opt_printf.o apps/lib/apps_opt_printf.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-apps_ui.d.tmp -MT apps/lib/libapps-lib-apps_ui.o -c -o apps/lib/libapps-lib-apps_ui.o apps/lib/apps_ui.c [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-cf56ca2901ac2ef6/out/openssl-build/build/src' [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] In file included from apps/lib/apps_ui.c:11: [INFO] [stderr] include/openssl/err.h:374:1: warning: data definition has no type or storage class [INFO] [stderr] 374 | DEFINE_LHASH_OF_INTERNAL(ERR_STRING_DATA); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/err.h:374:1: warning: type defaults to 'int' in declaration of 'DEFINE_LHASH_OF_INTERNAL' [-Wimplicit-int] [INFO] [stderr] In file included from include/openssl/http.h:19, [INFO] [stderr] from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from include/openssl/engine.h:30, [INFO] [stderr] from apps/lib/apps.c:21: [INFO] [stderr] include/openssl/conf.h:70:1: warning: data definition has no type or storage class [INFO] [stderr] 70 | DEFINE_LHASH_OF_INTERNAL(CONF_VALUE); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:70:1: warning: type defaults to 'int' in declaration of 'DEFINE_LHASH_OF_INTERNAL' [-Wimplicit-int] [INFO] [stderr] In file included from include/openssl/conf.h:92, [INFO] [stderr] from include/openssl/http.h:19, [INFO] [stderr] from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from include/openssl/engine.h:30, [INFO] [stderr] from apps/lib/apps.c:21: [INFO] [stderr] include/openssl/conftypes.h:37:5: error: expected specifier-qualifier-list before 'LHASH_OF' [INFO] [stderr] 37 | LHASH_OF(CONF_VALUE) *data; [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] In file included from include/openssl/http.h:19, [INFO] [stderr] from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from include/openssl/engine.h:30, [INFO] [stderr] from apps/lib/apps.c:21: [INFO] [stderr] include/openssl/conf.h:114:33: error: unknown type name 'LHASH_OF' [INFO] [stderr] 114 | void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:115:1: warning: return type defaults to 'int' [-Wimplicit-int] [INFO] [stderr] 115 | LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h: In function 'LHASH_OF': [INFO] [stderr] include/openssl/conf.h:115:22: error: expected declaration specifiers before '*' token [INFO] [stderr] 115 | LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, [INFO] [stderr] | ^ [INFO] [stderr] include/openssl/conf.h:118:1: error: expected declaration specifiers before 'LHASH_OF' [INFO] [stderr] 118 | LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:121:1: error: expected declaration specifiers before 'LHASH_OF' [INFO] [stderr] 121 | LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:123:40: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 123 | STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:125:23: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 125 | char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:127:22: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 127 | long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:129:16: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 129 | void CONF_free(LHASH_OF(CONF_VALUE) *conf); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:131:18: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 131 | int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:133:19: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 133 | int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:135:30: error: storage class specified for parameter 'OPENSSL_config' [INFO] [stderr] 135 | OSSL_DEPRECATEDIN_1_1_0 void OPENSSL_config(const char *config_name); [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:153:36: error: storage class specified for parameter 'NCONF_WIN32' [INFO] [stderr] 153 | OSSL_DEPRECATEDIN_3_0 CONF_METHOD *NCONF_WIN32(void); [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from include/openssl/engine.h:30, [INFO] [stderr] from apps/lib/apps.c:21: [INFO] [stderr] include/openssl/http.h:65:16: error: storage class specified for parameter 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 65 | typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/http.h:69:35: error: expected declaration specifiers or '...' before 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 69 | OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/http.h:82:20: error: expected declaration specifiers or '...' before 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 82 | OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/http.h:91:25: error: expected declaration specifiers or '...' before 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 91 | OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from include/openssl/engine.h:30, [INFO] [stderr] from apps/lib/apps.c:21: [INFO] [stderr] include/openssl/x509.h:573:28: error: storage class specified for parameter 'd2i_RSAPrivateKey_fp' [INFO] [stderr] 573 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:574:27: error: storage class specified for parameter 'i2d_RSAPrivateKey_fp' [INFO] [stderr] 574 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPrivateKey_fp(FILE *fp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:575:28: error: storage class specified for parameter 'd2i_RSAPublicKey_fp' [INFO] [stderr] 575 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:576:27: error: storage class specified for parameter 'i2d_RSAPublicKey_fp' [INFO] [stderr] 576 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPublicKey_fp(FILE *fp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:577:28: error: storage class specified for parameter 'd2i_RSA_PUBKEY_fp' [INFO] [stderr] 577 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:578:27: error: storage class specified for parameter 'i2d_RSA_PUBKEY_fp' [INFO] [stderr] 578 | OSSL_DEPRECATEDIN_3_0 int i2d_RSA_PUBKEY_fp(FILE *fp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:582:28: error: storage class specified for parameter 'd2i_DSA_PUBKEY_fp' [INFO] [stderr] 582 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:583:27: error: storage class specified for parameter 'i2d_DSA_PUBKEY_fp' [INFO] [stderr] 583 | OSSL_DEPRECATEDIN_3_0 int i2d_DSA_PUBKEY_fp(FILE *fp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:584:28: error: storage class specified for parameter 'd2i_DSAPrivateKey_fp' [INFO] [stderr] 584 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:585:27: error: storage class specified for parameter 'i2d_DSAPrivateKey_fp' [INFO] [stderr] 585 | OSSL_DEPRECATEDIN_3_0 int i2d_DSAPrivateKey_fp(FILE *fp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:590:31: error: storage class specified for parameter 'd2i_EC_PUBKEY_fp' [INFO] [stderr] 590 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_EC_PUBKEY_fp(FILE *fp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:591:27: error: storage class specified for parameter 'i2d_EC_PUBKEY_fp' [INFO] [stderr] 591 | OSSL_DEPRECATEDIN_3_0 int i2d_EC_PUBKEY_fp(FILE *fp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:592:31: error: storage class specified for parameter 'd2i_ECPrivateKey_fp' [INFO] [stderr] 592 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey_fp(FILE *fp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:593:27: error: storage class specified for parameter 'i2d_ECPrivateKey_fp' [INFO] [stderr] 593 | OSSL_DEPRECATEDIN_3_0 int i2d_ECPrivateKey_fp(FILE *fp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:621:28: error: storage class specified for parameter 'd2i_RSAPrivateKey_bio' [INFO] [stderr] 621 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:622:27: error: storage class specified for parameter 'i2d_RSAPrivateKey_bio' [INFO] [stderr] 622 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPrivateKey_bio(BIO *bp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:623:28: error: storage class specified for parameter 'd2i_RSAPublicKey_bio' [INFO] [stderr] 623 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:624:27: error: storage class specified for parameter 'i2d_RSAPublicKey_bio' [INFO] [stderr] 624 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPublicKey_bio(BIO *bp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:625:28: error: storage class specified for parameter 'd2i_RSA_PUBKEY_bio' [INFO] [stderr] 625 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:626:27: error: storage class specified for parameter 'i2d_RSA_PUBKEY_bio' [INFO] [stderr] 626 | OSSL_DEPRECATEDIN_3_0 int i2d_RSA_PUBKEY_bio(BIO *bp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:630:28: error: storage class specified for parameter 'd2i_DSA_PUBKEY_bio' [INFO] [stderr] 630 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:631:27: error: storage class specified for parameter 'i2d_DSA_PUBKEY_bio' [INFO] [stderr] 631 | OSSL_DEPRECATEDIN_3_0 int i2d_DSA_PUBKEY_bio(BIO *bp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:632:28: error: storage class specified for parameter 'd2i_DSAPrivateKey_bio' [INFO] [stderr] 632 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:633:27: error: storage class specified for parameter 'i2d_DSAPrivateKey_bio' [INFO] [stderr] 633 | OSSL_DEPRECATEDIN_3_0 int i2d_DSAPrivateKey_bio(BIO *bp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:639:31: error: storage class specified for parameter 'd2i_EC_PUBKEY_bio' [INFO] [stderr] 639 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:640:27: error: storage class specified for parameter 'i2d_EC_PUBKEY_bio' [INFO] [stderr] 640 | OSSL_DEPRECATEDIN_3_0 int i2d_EC_PUBKEY_bio(BIO *bp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:641:31: error: storage class specified for parameter 'd2i_ECPrivateKey_bio' [INFO] [stderr] 641 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:642:27: error: storage class specified for parameter 'i2d_ECPrivateKey_bio' [INFO] [stderr] 642 | OSSL_DEPRECATEDIN_3_0 int i2d_ECPrivateKey_bio(BIO *bp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/rsa.h:21, [INFO] [stderr] from include/openssl/engine.h:25, [INFO] [stderr] from apps/lib/apps.c:21: [INFO] [stderr] include/openssl/x509.h:663:27: error: storage class specified for parameter 'X509_dup' [INFO] [stderr] 663 | DECLARE_ASN1_DUP_FUNCTION(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:663:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 663 | DECLARE_ASN1_DUP_FUNCTION(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:664:27: error: storage class specified for parameter 'X509_ALGOR_dup' [INFO] [stderr] 664 | DECLARE_ASN1_DUP_FUNCTION(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:664:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 664 | DECLARE_ASN1_DUP_FUNCTION(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:665:27: error: storage class specified for parameter 'X509_ATTRIBUTE_dup' [INFO] [stderr] 665 | DECLARE_ASN1_DUP_FUNCTION(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:665:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 665 | DECLARE_ASN1_DUP_FUNCTION(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:666:27: error: storage class specified for parameter 'X509_CRL_dup' [INFO] [stderr] 666 | DECLARE_ASN1_DUP_FUNCTION(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:666:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 666 | DECLARE_ASN1_DUP_FUNCTION(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:667:27: error: storage class specified for parameter 'X509_EXTENSION_dup' [INFO] [stderr] 667 | DECLARE_ASN1_DUP_FUNCTION(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:667:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 667 | DECLARE_ASN1_DUP_FUNCTION(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:668:27: error: storage class specified for parameter 'X509_PUBKEY_dup' [INFO] [stderr] 668 | DECLARE_ASN1_DUP_FUNCTION(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:668:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 668 | DECLARE_ASN1_DUP_FUNCTION(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:669:27: error: storage class specified for parameter 'X509_REQ_dup' [INFO] [stderr] 669 | DECLARE_ASN1_DUP_FUNCTION(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:669:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 669 | DECLARE_ASN1_DUP_FUNCTION(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:670:27: error: storage class specified for parameter 'X509_REVOKED_dup' [INFO] [stderr] 670 | DECLARE_ASN1_DUP_FUNCTION(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:670:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 670 | DECLARE_ASN1_DUP_FUNCTION(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/http.h:19, [INFO] [stderr] from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_opt_printf.c:11: [INFO] [stderr] include/openssl/conf.h:70:1: warning: data definition has no type or storage class [INFO] [stderr] 70 | DEFINE_LHASH_OF_INTERNAL(CONF_VALUE); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:70:1: warning: type defaults to 'int' in declaration of 'DEFINE_LHASH_OF_INTERNAL' [-Wimplicit-int] [INFO] [stderr] include/openssl/x509.h:679:27: error: storage class specified for parameter 'X509_NAME_dup' [INFO] [stderr] 679 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:679:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 679 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:680:27: error: storage class specified for parameter 'X509_NAME_ENTRY_dup' [INFO] [stderr] 680 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:680:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 680 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/conf.h:92, [INFO] [stderr] from include/openssl/http.h:19, [INFO] [stderr] from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_opt_printf.c:11: [INFO] [stderr] include/openssl/conftypes.h:37:5: error: expected specifier-qualifier-list before 'LHASH_OF' [INFO] [stderr] 37 | LHASH_OF(CONF_VALUE) *data; [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:24: error: storage class specified for parameter 'X509_ALGOR_new' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:24: error: storage class specified for parameter 'X509_ALGOR_free' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_ALGOR' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_ALGOR' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:24: error: storage class specified for parameter 'X509_ALGOR_it' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_ALGORS' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_ALGORS' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:44: error: storage class specified for parameter 'X509_ALGORS_it' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:24: error: storage class specified for parameter 'X509_VAL_new' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:24: error: storage class specified for parameter 'X509_VAL_free' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_VAL' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_VAL' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:24: error: storage class specified for parameter 'X509_VAL_it' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:24: error: storage class specified for parameter 'X509_PUBKEY_new' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:24: error: storage class specified for parameter 'X509_PUBKEY_free' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_PUBKEY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_PUBKEY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:24: error: storage class specified for parameter 'X509_PUBKEY_it' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PUBKEY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:713:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 713 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(EVP_PKEY, PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/http.h:19, [INFO] [stderr] from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_opt_printf.c:11: [INFO] [stderr] include/openssl/conf.h:114:33: error: unknown type name 'LHASH_OF' [INFO] [stderr] 114 | void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PUBKEY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:713:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 713 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(EVP_PKEY, PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:115:1: warning: return type defaults to 'int' [-Wimplicit-int] [INFO] [stderr] 115 | LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h: In function 'LHASH_OF': [INFO] [stderr] include/openssl/conf.h:115:22: error: expected declaration specifiers before '*' token [INFO] [stderr] 115 | LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, [INFO] [stderr] | ^ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_RSA_PUBKEY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/x509.h:717:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 717 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,RSA, RSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:118:1: error: expected declaration specifiers before 'LHASH_OF' [INFO] [stderr] 118 | LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:121:1: error: expected declaration specifiers before 'LHASH_OF' [INFO] [stderr] 121 | LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:123:40: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 123 | STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_RSA_PUBKEY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/x509.h:717:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 717 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,RSA, RSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:125:23: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 125 | char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:127:22: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 127 | long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:129:16: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 129 | void CONF_free(LHASH_OF(CONF_VALUE) *conf); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:131:18: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 131 | int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_DSA_PUBKEY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/x509.h:721:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 721 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,DSA, DSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:133:19: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 133 | int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_DSA_PUBKEY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/x509.h:721:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 721 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,DSA, DSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/e_os2.h:14, [INFO] [stderr] from apps/include/opt.h:13, [INFO] [stderr] from apps/lib/apps_opt_printf.c:10: [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:216:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 216 | # define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:135:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_1_1_0' [INFO] [stderr] 135 | OSSL_DEPRECATEDIN_1_1_0 void OPENSSL_config(const char *config_name); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_EC_PUBKEY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/x509.h:726:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 726 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, EC_KEY, EC_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:153:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 153 | OSSL_DEPRECATEDIN_3_0 CONF_METHOD *NCONF_WIN32(void); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_EC_PUBKEY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/x509.h:726:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 726 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, EC_KEY, EC_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:24: error: storage class specified for parameter 'X509_SIG_new' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:24: error: storage class specified for parameter 'X509_SIG_free' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_opt_printf.c:11: [INFO] [stderr] include/openssl/http.h:65:16: error: storage class specified for parameter 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 65 | typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/http.h:69:35: error: expected declaration specifiers or '...' before 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 69 | OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_SIG' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/http.h:82:20: error: expected declaration specifiers or '...' before 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 82 | OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/http.h:91:25: error: expected declaration specifiers or '...' before 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 91 | OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_SIG' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:24: error: storage class specified for parameter 'X509_SIG_it' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/e_os2.h:14, [INFO] [stderr] from apps/include/opt.h:13, [INFO] [stderr] from apps/lib/apps_opt_printf.c:10: [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:573:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 573 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:574:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 574 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPrivateKey_fp(FILE *fp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:24: error: storage class specified for parameter 'X509_REQ_INFO_new' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:575:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 575 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:576:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 576 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPublicKey_fp(FILE *fp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:577:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 577 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:578:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 578 | OSSL_DEPRECATEDIN_3_0 int i2d_RSA_PUBKEY_fp(FILE *fp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:24: error: storage class specified for parameter 'X509_REQ_INFO_free' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:582:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 582 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:583:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 583 | OSSL_DEPRECATEDIN_3_0 int i2d_DSA_PUBKEY_fp(FILE *fp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:584:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 584 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_REQ_INFO' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:585:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 585 | OSSL_DEPRECATEDIN_3_0 int i2d_DSAPrivateKey_fp(FILE *fp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:590:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 590 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_EC_PUBKEY_fp(FILE *fp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:591:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 591 | OSSL_DEPRECATEDIN_3_0 int i2d_EC_PUBKEY_fp(FILE *fp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:592:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 592 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey_fp(FILE *fp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_REQ_INFO' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:593:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 593 | OSSL_DEPRECATEDIN_3_0 int i2d_ECPrivateKey_fp(FILE *fp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:24: error: storage class specified for parameter 'X509_REQ_INFO_it' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:621:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 621 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:622:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 622 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPrivateKey_bio(BIO *bp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:24: error: storage class specified for parameter 'X509_REQ_new' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:623:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 623 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:624:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 624 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPublicKey_bio(BIO *bp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:625:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 625 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:626:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 626 | OSSL_DEPRECATEDIN_3_0 int i2d_RSA_PUBKEY_bio(BIO *bp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:24: error: storage class specified for parameter 'X509_REQ_free' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:630:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 630 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:631:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 631 | OSSL_DEPRECATEDIN_3_0 int i2d_DSA_PUBKEY_bio(BIO *bp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_REQ' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:632:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 632 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:633:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 633 | OSSL_DEPRECATEDIN_3_0 int i2d_DSAPrivateKey_bio(BIO *bp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:639:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 639 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_REQ' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:640:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 640 | OSSL_DEPRECATEDIN_3_0 int i2d_EC_PUBKEY_bio(BIO *bp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:641:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 641 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:24: error: storage class specified for parameter 'X509_REQ_it' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:642:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 642 | OSSL_DEPRECATEDIN_3_0 int i2d_ECPrivateKey_bio(BIO *bp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:24: error: storage class specified for parameter 'X509_ATTRIBUTE_new' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:24: error: storage class specified for parameter 'X509_ATTRIBUTE_free' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/objects.h:21, [INFO] [stderr] from include/openssl/evp.h:44, [INFO] [stderr] from include/openssl/pem.h:22, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_opt_printf.c:11: [INFO] [stderr] include/openssl/x509.h:663:27: error: storage class specified for parameter 'X509_dup' [INFO] [stderr] 663 | DECLARE_ASN1_DUP_FUNCTION(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:663:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 663 | DECLARE_ASN1_DUP_FUNCTION(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_ATTRIBUTE' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_ATTRIBUTE' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:664:27: error: storage class specified for parameter 'X509_ALGOR_dup' [INFO] [stderr] 664 | DECLARE_ASN1_DUP_FUNCTION(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:664:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 664 | DECLARE_ASN1_DUP_FUNCTION(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:665:27: error: storage class specified for parameter 'X509_ATTRIBUTE_dup' [INFO] [stderr] 665 | DECLARE_ASN1_DUP_FUNCTION(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:665:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 665 | DECLARE_ASN1_DUP_FUNCTION(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:24: error: storage class specified for parameter 'X509_ATTRIBUTE_it' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:666:27: error: storage class specified for parameter 'X509_CRL_dup' [INFO] [stderr] 666 | DECLARE_ASN1_DUP_FUNCTION(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:666:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 666 | DECLARE_ASN1_DUP_FUNCTION(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:24: error: storage class specified for parameter 'X509_EXTENSION_new' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:667:27: error: storage class specified for parameter 'X509_EXTENSION_dup' [INFO] [stderr] 667 | DECLARE_ASN1_DUP_FUNCTION(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:667:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 667 | DECLARE_ASN1_DUP_FUNCTION(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:24: error: storage class specified for parameter 'X509_EXTENSION_free' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:668:27: error: storage class specified for parameter 'X509_PUBKEY_dup' [INFO] [stderr] 668 | DECLARE_ASN1_DUP_FUNCTION(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:668:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 668 | DECLARE_ASN1_DUP_FUNCTION(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:669:27: error: storage class specified for parameter 'X509_REQ_dup' [INFO] [stderr] 669 | DECLARE_ASN1_DUP_FUNCTION(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:669:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 669 | DECLARE_ASN1_DUP_FUNCTION(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_EXTENSION' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_EXTENSION' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:670:27: error: storage class specified for parameter 'X509_REVOKED_dup' [INFO] [stderr] 670 | DECLARE_ASN1_DUP_FUNCTION(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:670:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 670 | DECLARE_ASN1_DUP_FUNCTION(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:679:27: error: storage class specified for parameter 'X509_NAME_dup' [INFO] [stderr] 679 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:679:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 679 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:24: error: storage class specified for parameter 'X509_EXTENSION_it' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_EXTENSIONS' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:680:27: error: storage class specified for parameter 'X509_NAME_ENTRY_dup' [INFO] [stderr] 680 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:680:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 680 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_EXTENSIONS' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:48: error: storage class specified for parameter 'X509_EXTENSIONS_it' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:24: error: storage class specified for parameter 'X509_ALGOR_new' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:24: error: storage class specified for parameter 'X509_ALGOR_free' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:24: error: storage class specified for parameter 'X509_NAME_ENTRY_new' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:24: error: storage class specified for parameter 'X509_NAME_ENTRY_free' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_NAME_ENTRY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_ALGOR' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_ALGOR' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_NAME_ENTRY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/http.h:19, [INFO] [stderr] from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_ui.c:12: [INFO] [stderr] include/openssl/conf.h:70:1: warning: data definition has no type or storage class [INFO] [stderr] 70 | DEFINE_LHASH_OF_INTERNAL(CONF_VALUE); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:24: error: storage class specified for parameter 'X509_NAME_ENTRY_it' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:70:1: warning: type defaults to 'int' in declaration of 'DEFINE_LHASH_OF_INTERNAL' [-Wimplicit-int] [INFO] [stderr] include/openssl/x509.h:701:24: error: storage class specified for parameter 'X509_ALGOR_it' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:70:1: error: conflicting types for 'DEFINE_LHASH_OF_INTERNAL'; have 'int(CONF_VALUE)' [INFO] [stderr] In file included from apps/lib/apps_ui.c:11: [INFO] [stderr] include/openssl/err.h:374:1: note: previous declaration of 'DEFINE_LHASH_OF_INTERNAL' with type 'int(ERR_STRING_DATA)' {aka 'int(struct ERR_string_data_st)'} [INFO] [stderr] 374 | DEFINE_LHASH_OF_INTERNAL(ERR_STRING_DATA); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:24: error: storage class specified for parameter 'X509_NAME_new' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_ALGORS' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:24: error: storage class specified for parameter 'X509_NAME_free' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_ALGORS' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/conf.h:92, [INFO] [stderr] from include/openssl/http.h:19, [INFO] [stderr] from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_ui.c:12: [INFO] [stderr] include/openssl/conftypes.h:37:5: error: expected specifier-qualifier-list before 'LHASH_OF' [INFO] [stderr] 37 | LHASH_OF(CONF_VALUE) *data; [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:44: error: storage class specified for parameter 'X509_ALGORS_it' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_NAME' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:24: error: storage class specified for parameter 'X509_VAL_new' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_NAME' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:24: error: storage class specified for parameter 'X509_VAL_free' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:24: error: storage class specified for parameter 'X509_NAME_it' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_VAL' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:24: error: storage class specified for parameter 'X509_CINF_new' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_VAL' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:24: error: storage class specified for parameter 'X509_CINF_free' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:24: error: storage class specified for parameter 'X509_VAL_it' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CINF' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:24: error: storage class specified for parameter 'X509_PUBKEY_new' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CINF' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:24: error: storage class specified for parameter 'X509_PUBKEY_free' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:24: error: storage class specified for parameter 'X509_CINF_it' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_PUBKEY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:24: error: storage class specified for parameter 'X509_new' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_PUBKEY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:24: error: storage class specified for parameter 'X509_free' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:24: error: storage class specified for parameter 'X509_PUBKEY_it' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PUBKEY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:713:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 713 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(EVP_PKEY, PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PUBKEY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:713:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 713 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(EVP_PKEY, PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:24: error: storage class specified for parameter 'X509_it' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:717:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 717 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,RSA, RSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:24: error: storage class specified for parameter 'X509_CERT_AUX_new' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:717:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 717 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,RSA, RSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:24: error: storage class specified for parameter 'X509_CERT_AUX_free' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:721:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 721 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,DSA, DSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CERT_AUX' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:721:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 721 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,DSA, DSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CERT_AUX' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:726:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 726 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, EC_KEY, EC_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:24: error: storage class specified for parameter 'X509_CERT_AUX_it' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:726:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 726 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, EC_KEY, EC_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_AUX' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:761:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 761 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(X509,X509_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:24: error: storage class specified for parameter 'X509_SIG_new' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_AUX' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:761:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 761 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(X509,X509_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:24: error: storage class specified for parameter 'X509_SIG_free' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:24: error: storage class specified for parameter 'X509_REVOKED_new' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_SIG' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_SIG' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:24: error: storage class specified for parameter 'X509_REVOKED_free' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_REVOKED' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:24: error: storage class specified for parameter 'X509_SIG_it' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_REVOKED' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:24: error: storage class specified for parameter 'X509_REQ_INFO_new' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:24: error: storage class specified for parameter 'X509_REVOKED_it' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:24: error: storage class specified for parameter 'X509_REQ_INFO_free' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:24: error: storage class specified for parameter 'X509_CRL_INFO_new' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_REQ_INFO' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:24: error: storage class specified for parameter 'X509_CRL_INFO_free' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_REQ_INFO' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CRL_INFO' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:24: error: storage class specified for parameter 'X509_REQ_INFO_it' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/http.h:19, [INFO] [stderr] from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_ui.c:12: [INFO] [stderr] include/openssl/conf.h:114:33: error: unknown type name 'LHASH_OF' [INFO] [stderr] 114 | void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CRL_INFO' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:115:1: warning: return type defaults to 'int' [-Wimplicit-int] [INFO] [stderr] 115 | LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h: In function 'LHASH_OF': [INFO] [stderr] include/openssl/x509.h:737:24: error: storage class specified for parameter 'X509_REQ_new' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:115:22: error: expected declaration specifiers before '*' token [INFO] [stderr] 115 | LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, [INFO] [stderr] | ^ [INFO] [stderr] include/openssl/conf.h:118:1: error: expected declaration specifiers before 'LHASH_OF' [INFO] [stderr] 118 | LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:24: error: storage class specified for parameter 'X509_CRL_INFO_it' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:121:1: error: expected declaration specifiers before 'LHASH_OF' [INFO] [stderr] 121 | LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:24: error: storage class specified for parameter 'X509_REQ_free' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:123:40: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 123 | STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:24: error: storage class specified for parameter 'X509_CRL_new' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:125:23: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 125 | char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:127:22: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 127 | long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/conf.h:129:16: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 129 | void CONF_free(LHASH_OF(CONF_VALUE) *conf); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_REQ' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:131:18: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 131 | int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:24: error: storage class specified for parameter 'X509_CRL_free' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:133:19: error: expected declaration specifiers or '...' before 'LHASH_OF' [INFO] [stderr] 133 | int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CRL' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_REQ' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/err.h:16, [INFO] [stderr] from apps/lib/apps_ui.c:11: [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:216:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 216 | # define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:135:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_1_1_0' [INFO] [stderr] 135 | OSSL_DEPRECATEDIN_1_1_0 void OPENSSL_config(const char *config_name); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CRL' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:24: error: storage class specified for parameter 'X509_REQ_it' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/conf.h:153:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 153 | OSSL_DEPRECATEDIN_3_0 CONF_METHOD *NCONF_WIN32(void); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:24: error: storage class specified for parameter 'X509_ATTRIBUTE_new' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:24: error: storage class specified for parameter 'X509_CRL_it' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:24: error: storage class specified for parameter 'X509_ATTRIBUTE_free' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:24: error: storage class specified for parameter 'NETSCAPE_SPKI_new' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_ATTRIBUTE' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:24: error: storage class specified for parameter 'NETSCAPE_SPKI_free' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_ATTRIBUTE' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/x509.h:558, [INFO] [stderr] from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_ui.c:12: [INFO] [stderr] include/openssl/http.h:65:16: error: storage class specified for parameter 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 65 | typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/http.h:69:35: error: expected declaration specifiers or '...' before 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 69 | OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_NETSCAPE_SPKI' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:24: error: storage class specified for parameter 'X509_ATTRIBUTE_it' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/http.h:82:20: error: expected declaration specifiers or '...' before 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 82 | OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/http.h:91:25: error: expected declaration specifiers or '...' before 'OSSL_HTTP_bio_cb_t' [INFO] [stderr] 91 | OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_NETSCAPE_SPKI' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:24: error: storage class specified for parameter 'X509_EXTENSION_new' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:24: error: storage class specified for parameter 'NETSCAPE_SPKI_it' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:24: error: storage class specified for parameter 'X509_EXTENSION_free' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:24: error: storage class specified for parameter 'NETSCAPE_SPKAC_new' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_EXTENSION' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:24: error: storage class specified for parameter 'NETSCAPE_SPKAC_free' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/err.h:16, [INFO] [stderr] from apps/lib/apps_ui.c:11: [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:573:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 573 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_EXTENSION' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_NETSCAPE_SPKAC' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:574:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 574 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPrivateKey_fp(FILE *fp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:575:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 575 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:24: error: storage class specified for parameter 'X509_EXTENSION_it' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_NETSCAPE_SPKAC' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:576:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 576 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPublicKey_fp(FILE *fp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:577:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 577 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_EXTENSIONS' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:578:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 578 | OSSL_DEPRECATEDIN_3_0 int i2d_RSA_PUBKEY_fp(FILE *fp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:24: error: storage class specified for parameter 'NETSCAPE_SPKAC_it' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_EXTENSIONS' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:582:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 582 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:583:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 583 | OSSL_DEPRECATEDIN_3_0 int i2d_DSA_PUBKEY_fp(FILE *fp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:48: error: storage class specified for parameter 'X509_EXTENSIONS_it' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:584:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 584 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:24: error: storage class specified for parameter 'NETSCAPE_CERT_SEQUENCE_new' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:585:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 585 | OSSL_DEPRECATEDIN_3_0 int i2d_DSAPrivateKey_fp(FILE *fp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:590:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 590 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_EC_PUBKEY_fp(FILE *fp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:24: error: storage class specified for parameter 'X509_NAME_ENTRY_new' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:24: error: storage class specified for parameter 'NETSCAPE_CERT_SEQUENCE_free' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:591:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 591 | OSSL_DEPRECATEDIN_3_0 int i2d_EC_PUBKEY_fp(FILE *fp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:24: error: storage class specified for parameter 'X509_NAME_ENTRY_free' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:592:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 592 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey_fp(FILE *fp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:593:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 593 | OSSL_DEPRECATEDIN_3_0 int i2d_ECPrivateKey_fp(FILE *fp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_NAME_ENTRY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:24: error: storage class specified for parameter 'NETSCAPE_CERT_SEQUENCE_it' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_NAME_ENTRY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:621:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 621 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/pem.h:23, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from include/openssl/engine.h:30, [INFO] [stderr] from apps/lib/apps.c:21: [INFO] [stderr] include/openssl/x509.h:810:5: error: storage class specified for parameter 'ASN1_verify' [INFO] [stderr] 810 | int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1, [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:813:5: error: storage class specified for parameter 'ASN1_digest' [INFO] [stderr] 813 | int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:622:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 622 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPrivateKey_bio(BIO *bp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:24: error: storage class specified for parameter 'X509_NAME_ENTRY_it' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:623:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 623 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:816:5: error: storage class specified for parameter 'ASN1_sign' [INFO] [stderr] 816 | int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:624:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 624 | OSSL_DEPRECATEDIN_3_0 int i2d_RSAPublicKey_bio(BIO *bp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:24: error: storage class specified for parameter 'X509_NAME_new' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:625:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 625 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:626:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 626 | OSSL_DEPRECATEDIN_3_0 int i2d_RSA_PUBKEY_bio(BIO *bp, const RSA *rsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:24: error: storage class specified for parameter 'X509_NAME_free' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:630:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 630 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:631:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 631 | OSSL_DEPRECATEDIN_3_0 int i2d_DSA_PUBKEY_bio(BIO *bp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_NAME' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:632:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 632 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:633:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 633 | OSSL_DEPRECATEDIN_3_0 int i2d_DSAPrivateKey_bio(BIO *bp, const DSA *dsa); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_NAME' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:639:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 639 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:939:36: error: storage class specified for parameter 'X509_CRL_get_lastUpdate' [INFO] [stderr] 939 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:640:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 640 | OSSL_DEPRECATEDIN_3_0 int i2d_EC_PUBKEY_bio(BIO *bp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:24: error: storage class specified for parameter 'X509_NAME_it' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:641:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 641 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:940:36: error: storage class specified for parameter 'X509_CRL_get_nextUpdate' [INFO] [stderr] 940 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:642:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 642 | OSSL_DEPRECATEDIN_3_0 int i2d_ECPrivateKey_bio(BIO *bp, const EC_KEY *eckey); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:24: error: storage class specified for parameter 'X509_CINF_new' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:24: error: storage class specified for parameter 'X509_CINF_free' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:996:27: error: storage class specified for parameter 'X509_certificate_type' [INFO] [stderr] 996 | OSSL_DEPRECATEDIN_3_0 int X509_certificate_type(const X509 *x, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/objects.h:21, [INFO] [stderr] from include/openssl/evp.h:44, [INFO] [stderr] from include/openssl/pem.h:22, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_ui.c:12: [INFO] [stderr] include/openssl/x509.h:663:27: error: storage class specified for parameter 'X509_dup' [INFO] [stderr] 663 | DECLARE_ASN1_DUP_FUNCTION(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:663:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 663 | DECLARE_ASN1_DUP_FUNCTION(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CINF' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:664:27: error: storage class specified for parameter 'X509_ALGOR_dup' [INFO] [stderr] 664 | DECLARE_ASN1_DUP_FUNCTION(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:664:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 664 | DECLARE_ASN1_DUP_FUNCTION(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CINF' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:665:27: error: storage class specified for parameter 'X509_ATTRIBUTE_dup' [INFO] [stderr] 665 | DECLARE_ASN1_DUP_FUNCTION(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:665:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 665 | DECLARE_ASN1_DUP_FUNCTION(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:666:27: error: storage class specified for parameter 'X509_CRL_dup' [INFO] [stderr] 666 | DECLARE_ASN1_DUP_FUNCTION(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:666:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 666 | DECLARE_ASN1_DUP_FUNCTION(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:24: error: storage class specified for parameter 'X509_CINF_it' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:667:27: error: storage class specified for parameter 'X509_EXTENSION_dup' [INFO] [stderr] 667 | DECLARE_ASN1_DUP_FUNCTION(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:667:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 667 | DECLARE_ASN1_DUP_FUNCTION(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:24: error: storage class specified for parameter 'X509_new' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:668:27: error: storage class specified for parameter 'X509_PUBKEY_dup' [INFO] [stderr] 668 | DECLARE_ASN1_DUP_FUNCTION(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:668:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 668 | DECLARE_ASN1_DUP_FUNCTION(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:24: error: storage class specified for parameter 'X509_free' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:669:27: error: storage class specified for parameter 'X509_REQ_dup' [INFO] [stderr] 669 | DECLARE_ASN1_DUP_FUNCTION(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:669:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 669 | DECLARE_ASN1_DUP_FUNCTION(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:670:27: error: storage class specified for parameter 'X509_REVOKED_dup' [INFO] [stderr] 670 | DECLARE_ASN1_DUP_FUNCTION(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:670:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 670 | DECLARE_ASN1_DUP_FUNCTION(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:679:27: error: storage class specified for parameter 'X509_NAME_dup' [INFO] [stderr] 679 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:679:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 679 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:24: error: storage class specified for parameter 'X509_it' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:680:27: error: storage class specified for parameter 'X509_NAME_ENTRY_dup' [INFO] [stderr] 680 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:339:16: note: in definition of macro 'DECLARE_ASN1_DUP_FUNCTION_name_attr' [INFO] [stderr] 339 | attr type *name##_dup(const type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:336:5: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION_attr' [INFO] [stderr] 336 | DECLARE_ASN1_DUP_FUNCTION_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:680:1: note: in expansion of macro 'DECLARE_ASN1_DUP_FUNCTION' [INFO] [stderr] 680 | DECLARE_ASN1_DUP_FUNCTION(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:24: error: storage class specified for parameter 'X509_CERT_AUX_new' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:24: error: storage class specified for parameter 'X509_ALGOR_new' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:24: error: storage class specified for parameter 'X509_CERT_AUX_free' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:24: error: storage class specified for parameter 'X509_ALGOR_free' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/rsa.h:21, [INFO] [stderr] from include/openssl/engine.h:25, [INFO] [stderr] from apps/lib/apps.c:21: [INFO] [stderr] include/openssl/x509.h:1206:24: error: storage class specified for parameter 'PBEPARAM_new' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CERT_AUX' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_ALGOR' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CERT_AUX' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_ALGOR' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:24: error: storage class specified for parameter 'PBEPARAM_free' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:24: error: storage class specified for parameter 'X509_CERT_AUX_it' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:24: error: storage class specified for parameter 'X509_ALGOR_it' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:701:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 701 | DECLARE_ASN1_FUNCTIONS(X509_ALGOR) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_AUX' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:761:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 761 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(X509,X509_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PBEPARAM' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_ALGORS' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_AUX' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:761:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 761 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(X509,X509_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_ALGORS' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PBEPARAM' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:44: error: storage class specified for parameter 'X509_ALGORS_it' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:702:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 702 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:24: error: storage class specified for parameter 'X509_REVOKED_new' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:24: error: storage class specified for parameter 'PBEPARAM_it' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:24: error: storage class specified for parameter 'X509_VAL_new' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:24: error: storage class specified for parameter 'X509_VAL_free' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:24: error: storage class specified for parameter 'X509_REVOKED_free' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:24: error: storage class specified for parameter 'PBE2PARAM_new' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_VAL' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_REVOKED' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_VAL' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_REVOKED' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:24: error: storage class specified for parameter 'PBE2PARAM_free' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:24: error: storage class specified for parameter 'X509_VAL_it' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:703:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 703 | DECLARE_ASN1_FUNCTIONS(X509_VAL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PBE2PARAM' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:24: error: storage class specified for parameter 'X509_REVOKED_it' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:24: error: storage class specified for parameter 'X509_PUBKEY_new' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:24: error: storage class specified for parameter 'X509_CRL_INFO_new' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:24: error: storage class specified for parameter 'X509_PUBKEY_free' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PBE2PARAM' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:24: error: storage class specified for parameter 'X509_CRL_INFO_free' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_PUBKEY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_PUBKEY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:24: error: storage class specified for parameter 'PBE2PARAM_it' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CRL_INFO' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CRL_INFO' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:24: error: storage class specified for parameter 'X509_PUBKEY_it' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:705:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 705 | DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:24: error: storage class specified for parameter 'PBKDF2PARAM_new' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PUBKEY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:713:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 713 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(EVP_PKEY, PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:24: error: storage class specified for parameter 'X509_CRL_INFO_it' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PUBKEY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:713:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 713 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(EVP_PKEY, PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:24: error: storage class specified for parameter 'X509_CRL_new' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:24: error: storage class specified for parameter 'PBKDF2PARAM_free' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:717:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 717 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,RSA, RSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:24: error: storage class specified for parameter 'X509_CRL_free' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:717:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 717 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,RSA, RSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PBKDF2PARAM' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:721:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 721 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,DSA, DSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CRL' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PBKDF2PARAM' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:721:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 721 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,DSA, DSA_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CRL' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:726:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 726 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, EC_KEY, EC_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:24: error: storage class specified for parameter 'X509_CRL_it' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:5: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:726:41: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 726 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, EC_KEY, EC_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:24: error: storage class specified for parameter 'PBKDF2PARAM_it' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:24: error: storage class specified for parameter 'NETSCAPE_SPKI_new' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:24: error: storage class specified for parameter 'X509_SIG_new' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:24: error: storage class specified for parameter 'X509_SIG_free' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:24: error: storage class specified for parameter 'NETSCAPE_SPKI_free' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:24: error: storage class specified for parameter 'SCRYPT_PARAMS_new' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_NETSCAPE_SPKI' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_SIG' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:24: error: storage class specified for parameter 'SCRYPT_PARAMS_free' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_NETSCAPE_SPKI' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_SIG' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_SCRYPT_PARAMS' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:24: error: storage class specified for parameter 'X509_SIG_it' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:730:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 730 | DECLARE_ASN1_FUNCTIONS(X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:24: error: storage class specified for parameter 'NETSCAPE_SPKI_it' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:24: error: storage class specified for parameter 'X509_REQ_INFO_new' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_SCRYPT_PARAMS' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:24: error: storage class specified for parameter 'NETSCAPE_SPKAC_new' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:24: error: storage class specified for parameter 'X509_REQ_INFO_free' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:24: error: storage class specified for parameter 'NETSCAPE_SPKAC_free' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_REQ_INFO' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:24: error: storage class specified for parameter 'SCRYPT_PARAMS_it' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_NETSCAPE_SPKAC' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_REQ_INFO' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_NETSCAPE_SPKAC' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:24: error: storage class specified for parameter 'X509_REQ_INFO_it' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:736:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 736 | DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:24: error: storage class specified for parameter 'NETSCAPE_SPKAC_it' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:24: error: storage class specified for parameter 'PKCS8_PRIV_KEY_INFO_new' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:24: error: storage class specified for parameter 'X509_REQ_new' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:24: error: storage class specified for parameter 'NETSCAPE_CERT_SEQUENCE_new' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:24: error: storage class specified for parameter 'X509_REQ_free' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:24: error: storage class specified for parameter 'PKCS8_PRIV_KEY_INFO_free' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:24: error: storage class specified for parameter 'NETSCAPE_CERT_SEQUENCE_free' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_REQ' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PKCS8_PRIV_KEY_INFO' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_REQ' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:24: error: storage class specified for parameter 'X509_REQ_it' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:737:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 737 | DECLARE_ASN1_FUNCTIONS(X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PKCS8_PRIV_KEY_INFO' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:24: error: storage class specified for parameter 'X509_ATTRIBUTE_new' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:24: error: storage class specified for parameter 'NETSCAPE_CERT_SEQUENCE_it' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:24: error: storage class specified for parameter 'PKCS8_PRIV_KEY_INFO_it' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:24: error: storage class specified for parameter 'X509_ATTRIBUTE_free' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/e_os2.h:14, [INFO] [stderr] from apps/include/opt.h:13, [INFO] [stderr] from apps/lib/apps_opt_printf.c:10: [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:809:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 809 | OSSL_DEPRECATEDIN_3_0 [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_ATTRIBUTE' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:812:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 812 | OSSL_DEPRECATEDIN_3_0 [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:815:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 815 | OSSL_DEPRECATEDIN_3_0 [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_ATTRIBUTE' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:24: error: storage class specified for parameter 'X509_ATTRIBUTE_it' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:740:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 740 | DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:24: error: storage class specified for parameter 'X509_EXTENSION_new' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:24: error: storage class specified for parameter 'X509_EXTENSION_free' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_EXTENSION' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:216:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 216 | # define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:939:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_1_1_0' [INFO] [stderr] 939 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_EXTENSION' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:216:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 216 | # define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:940:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_1_1_0' [INFO] [stderr] 940 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:24: error: storage class specified for parameter 'X509_EXTENSION_it' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:743:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 743 | DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_EXTENSIONS' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_EXTENSIONS' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:48: error: storage class specified for parameter 'X509_EXTENSIONS_it' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:309:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:744:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' [INFO] [stderr] 744 | DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:996:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 996 | OSSL_DEPRECATEDIN_3_0 int X509_certificate_type(const X509 *x, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:24: error: storage class specified for parameter 'X509_NAME_ENTRY_new' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:24: error: storage class specified for parameter 'X509_NAME_ENTRY_free' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/ui.h:30, [INFO] [stderr] from include/openssl/engine.h:30, [INFO] [stderr] from apps/lib/apps.c:21: [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_X509' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:440:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 440 | DECLARE_PEM_rw(X509, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_NAME_ENTRY' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_X509' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:440:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 440 | DECLARE_PEM_rw(X509, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_NAME_ENTRY' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:440:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 440 | DECLARE_PEM_rw(X509, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:24: error: storage class specified for parameter 'X509_NAME_ENTRY_it' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:746:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 746 | DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:440:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 440 | DECLARE_PEM_rw(X509, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_X509_AUX' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:441:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 441 | DECLARE_PEM_rw(X509_AUX, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:24: error: storage class specified for parameter 'X509_NAME_new' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_X509_AUX' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:441:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 441 | DECLARE_PEM_rw(X509_AUX, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:24: error: storage class specified for parameter 'X509_NAME_free' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509_AUX' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:441:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 441 | DECLARE_PEM_rw(X509_AUX, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_NAME' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509_AUX' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:441:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 441 | DECLARE_PEM_rw(X509_AUX, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_X509_REQ' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:442:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 442 | DECLARE_PEM_rw(X509_REQ, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_NAME' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_X509_REQ' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:442:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 442 | DECLARE_PEM_rw(X509_REQ, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:24: error: storage class specified for parameter 'X509_NAME_it' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:748:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 748 | DECLARE_ASN1_FUNCTIONS(X509_NAME) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509_REQ' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:442:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 442 | DECLARE_PEM_rw(X509_REQ, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509_REQ' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:442:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 442 | DECLARE_PEM_rw(X509_REQ, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/objects.h:21, [INFO] [stderr] from include/openssl/evp.h:44, [INFO] [stderr] from include/openssl/pem.h:22, [INFO] [stderr] from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_opt_printf.c:11: [INFO] [stderr] include/openssl/x509.h:1206:24: error: storage class specified for parameter 'PBEPARAM_new' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:24: error: storage class specified for parameter 'X509_CINF_new' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509_REQ_NEW' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:315:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 315 | DECLARE_PEM_write_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:443:1: note: in expansion of macro 'DECLARE_PEM_write' [INFO] [stderr] 443 | DECLARE_PEM_write(X509_REQ_NEW, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509_REQ_NEW' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:315:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 315 | DECLARE_PEM_write_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:443:1: note: in expansion of macro 'DECLARE_PEM_write' [INFO] [stderr] 443 | DECLARE_PEM_write(X509_REQ_NEW, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:24: error: storage class specified for parameter 'X509_CINF_free' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_X509_CRL' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:444:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 444 | DECLARE_PEM_rw(X509_CRL, X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:24: error: storage class specified for parameter 'PBEPARAM_free' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_X509_CRL' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:444:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 444 | DECLARE_PEM_rw(X509_CRL, X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CINF' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509_CRL' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:444:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 444 | DECLARE_PEM_rw(X509_CRL, X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509_CRL' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:444:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 444 | DECLARE_PEM_rw(X509_CRL, X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PBEPARAM' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CINF' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_X509_PUBKEY' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:445:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 445 | DECLARE_PEM_rw(X509_PUBKEY, X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:24: error: storage class specified for parameter 'X509_CINF_it' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:752:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 752 | DECLARE_ASN1_FUNCTIONS(X509_CINF) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PBEPARAM' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_X509_PUBKEY' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:445:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 445 | DECLARE_PEM_rw(X509_PUBKEY, X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509_PUBKEY' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:445:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 445 | DECLARE_PEM_rw(X509_PUBKEY, X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:24: error: storage class specified for parameter 'X509_new' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509_PUBKEY' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:445:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 445 | DECLARE_PEM_rw(X509_PUBKEY, X509_PUBKEY) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:24: error: storage class specified for parameter 'X509_free' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:24: error: storage class specified for parameter 'PBEPARAM_it' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1206:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1206 | DECLARE_ASN1_FUNCTIONS(PBEPARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:23: error: unknown type name 'PKCS7' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~ [INFO] [stderr] include/openssl/pem.h:74:5: note: in definition of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:24: error: storage class specified for parameter 'PBE2PARAM_new' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:24: error: storage class specified for parameter 'X509_it' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:753:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 753 | DECLARE_ASN1_FUNCTIONS(X509) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:24: error: storage class specified for parameter 'PBE2PARAM_free' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:24: error: storage class specified for parameter 'X509_CERT_AUX_new' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:24: error: storage class specified for parameter 'X509_CERT_AUX_free' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PBE2PARAM' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CERT_AUX' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PBE2PARAM' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CERT_AUX' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:24: error: storage class specified for parameter 'X509_CERT_AUX_it' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:755:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 755 | DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:24: error: storage class specified for parameter 'PBE2PARAM_it' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1207:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1207 | DECLARE_ASN1_FUNCTIONS(PBE2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_AUX' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:761:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 761 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(X509,X509_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_AUX' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:320:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(extern, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:761:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only' [INFO] [stderr] 761 | DECLARE_ASN1_ENCODE_FUNCTIONS_only(X509,X509_AUX) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:24: error: storage class specified for parameter 'PBKDF2PARAM_new' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:24: error: storage class specified for parameter 'X509_REVOKED_new' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:24: error: storage class specified for parameter 'PBKDF2PARAM_free' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:24: error: storage class specified for parameter 'X509_REVOKED_free' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PBKDF2PARAM' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_REVOKED' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_REVOKED' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PBKDF2PARAM' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:24: error: storage class specified for parameter 'X509_REVOKED_it' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:787:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 787 | DECLARE_ASN1_FUNCTIONS(X509_REVOKED) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:24: error: storage class specified for parameter 'X509_CRL_INFO_new' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:24: error: storage class specified for parameter 'PBKDF2PARAM_it' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1208:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1208 | DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:23: error: unknown type name 'PKCS7' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~ [INFO] [stderr] include/openssl/pem.h:74:48: note: in definition of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:23: error: unknown type name 'PKCS7' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~ [INFO] [stderr] include/openssl/pem.h:74:5: note: in definition of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:24: error: storage class specified for parameter 'X509_CRL_INFO_free' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:24: error: storage class specified for parameter 'SCRYPT_PARAMS_new' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CRL_INFO' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CRL_INFO' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:24: error: storage class specified for parameter 'SCRYPT_PARAMS_free' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:24: error: storage class specified for parameter 'X509_CRL_INFO_it' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:788:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 788 | DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_SCRYPT_PARAMS' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:24: error: storage class specified for parameter 'X509_CRL_new' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_SCRYPT_PARAMS' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:24: error: storage class specified for parameter 'X509_CRL_free' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_X509_CRL' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_X509_CRL' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:24: error: storage class specified for parameter 'SCRYPT_PARAMS_it' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1210:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1210 | DECLARE_ASN1_FUNCTIONS(SCRYPT_PARAMS) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:24: error: storage class specified for parameter 'X509_CRL_it' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:789:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 789 | DECLARE_ASN1_FUNCTIONS(X509_CRL) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:24: error: storage class specified for parameter 'NETSCAPE_SPKI_new' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:23: error: unknown type name 'PKCS7' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~ [INFO] [stderr] include/openssl/pem.h:74:48: note: in definition of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:24: error: storage class specified for parameter 'PKCS8_PRIV_KEY_INFO_new' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:24: error: storage class specified for parameter 'NETSCAPE_SPKI_free' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:23: error: unknown type name 'PKCS7' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~ [INFO] [stderr] include/openssl/pem.h:83:54: note: in definition of macro 'PEM_write_fnsig' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_PKCS7' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_NETSCAPE_SPKI' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:23: error: unknown type name 'PKCS7' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~ [INFO] [stderr] include/openssl/pem.h:83:54: note: in definition of macro 'PEM_write_fnsig' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:24: error: storage class specified for parameter 'PKCS8_PRIV_KEY_INFO_free' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_PKCS7' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:446:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 446 | DECLARE_PEM_rw(PKCS7, PKCS7) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_NETSCAPE_SPKI' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:447:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 447 | DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE, NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:447:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 447 | DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE, NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_PKCS8_PRIV_KEY_INFO' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:24: error: storage class specified for parameter 'NETSCAPE_SPKI_it' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:800:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 800 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:447:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 447 | DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE, NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:447:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 447 | DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE, NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:24: error: storage class specified for parameter 'NETSCAPE_SPKAC_new' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_PKCS8_PRIV_KEY_INFO' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_PKCS8' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:448:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 448 | DECLARE_PEM_rw(PKCS8, X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:24: error: storage class specified for parameter 'NETSCAPE_SPKAC_free' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_PKCS8' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:448:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 448 | DECLARE_PEM_rw(PKCS8, X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_PKCS8' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:448:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 448 | DECLARE_PEM_rw(PKCS8, X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:24: error: storage class specified for parameter 'PKCS8_PRIV_KEY_INFO_it' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:1250:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 1250 | DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_NETSCAPE_SPKAC' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_PKCS8' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:448:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 448 | DECLARE_PEM_rw(PKCS8, X509_SIG) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_PKCS8_PRIV_KEY_INFO' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:449:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 449 | DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_NETSCAPE_SPKAC' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_PKCS8_PRIV_KEY_INFO' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:449:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 449 | DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:24: error: storage class specified for parameter 'NETSCAPE_SPKAC_it' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:801:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 801 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_PKCS8_PRIV_KEY_INFO' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:449:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 449 | DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_PKCS8_PRIV_KEY_INFO' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:449:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 449 | DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:24: error: storage class specified for parameter 'NETSCAPE_CERT_SEQUENCE_new' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:328:16: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 328 | attr type *name##_new(void); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_RSAPrivateKey' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 363 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:451:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 451 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:24: error: storage class specified for parameter 'NETSCAPE_CERT_SEQUENCE_free' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:329:15: note: in definition of macro 'DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr' [INFO] [stderr] 329 | attr void name##_free(type *a); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_RSAPrivateKey' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 363 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:451:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 451 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:317:16: error: storage class specified for parameter 'd2i_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:85:9: error: storage class specified for parameter 'PEM_write_bio_RSAPrivateKey' [INFO] [stderr] 85 | int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:299:10: note: in expansion of macro 'PEM_write_cb_fnsig' [INFO] [stderr] 299 | attr PEM_write_cb_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:326:5: note: in expansion of macro 'DECLARE_PEM_write_cb_bio_attr' [INFO] [stderr] 326 | DECLARE_PEM_write_cb_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:364:5: note: in expansion of macro 'DECLARE_PEM_write_cb_attr' [INFO] [stderr] 364 | DECLARE_PEM_write_cb_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:451:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 451 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:85:9: error: storage class specified for parameter 'PEM_write_RSAPrivateKey' [INFO] [stderr] 85 | int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:253:10: note: in expansion of macro 'PEM_write_cb_fnsig' [INFO] [stderr] 253 | attr PEM_write_cb_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:327:5: note: in expansion of macro 'DECLARE_PEM_write_cb_fp_attr' [INFO] [stderr] 327 | DECLARE_PEM_write_cb_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:364:5: note: in expansion of macro 'DECLARE_PEM_write_cb_attr' [INFO] [stderr] 364 | DECLARE_PEM_write_cb_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:451:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 451 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:318:14: error: storage class specified for parameter 'i2d_NETSCAPE_CERT_SEQUENCE' [INFO] [stderr] 318 | attr int i2d_##name(const type *a, unsigned char **out); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' [INFO] [stderr] 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_RSAPublicKey' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:452:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 452 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_RSAPublicKey' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:452:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 452 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:24: error: storage class specified for parameter 'NETSCAPE_CERT_SEQUENCE_it' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:429:28: note: in definition of macro 'DECLARE_ASN1_ITEM_attr' [INFO] [stderr] 429 | attr const ASN1_ITEM * name##_it(void); [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' [INFO] [stderr] 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:301:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' [INFO] [stderr] 301 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:290:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name_attr' [INFO] [stderr] 290 | DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/asn1.h:292:5: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_attr' [INFO] [stderr] 292 | DECLARE_ASN1_FUNCTIONS_attr(extern, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:802:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' [INFO] [stderr] 802 | DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_RSAPublicKey' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:452:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 452 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_RSAPublicKey' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:452:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 452 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/err.h:16, [INFO] [stderr] from apps/lib/apps_ui.c:11: [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:809:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 809 | OSSL_DEPRECATEDIN_3_0 [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_RSA_PUBKEY' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:453:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 453 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from include/openssl/ui.h:30, [INFO] [stderr] from apps/lib/apps_opt_printf.c:11: [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_X509' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:440:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 440 | DECLARE_PEM_rw(X509, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:812:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 812 | OSSL_DEPRECATEDIN_3_0 [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:815:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 815 | OSSL_DEPRECATEDIN_3_0 [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_RSA_PUBKEY' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:453:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 453 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_X509' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:440:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 440 | DECLARE_PEM_rw(X509, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_RSA_PUBKEY' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:453:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 453 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_RSA_PUBKEY' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:453:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 453 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_DSAPrivateKey' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 363 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:457:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:440:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 440 | DECLARE_PEM_rw(X509, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_DSAPrivateKey' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 363 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:457:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:440:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 440 | DECLARE_PEM_rw(X509, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:85:9: error: storage class specified for parameter 'PEM_write_bio_DSAPrivateKey' [INFO] [stderr] 85 | int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:299:10: note: in expansion of macro 'PEM_write_cb_fnsig' [INFO] [stderr] 299 | attr PEM_write_cb_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:326:5: note: in expansion of macro 'DECLARE_PEM_write_cb_bio_attr' [INFO] [stderr] 326 | DECLARE_PEM_write_cb_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:364:5: note: in expansion of macro 'DECLARE_PEM_write_cb_attr' [INFO] [stderr] 364 | DECLARE_PEM_write_cb_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:457:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_X509_AUX' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:441:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 441 | DECLARE_PEM_rw(X509_AUX, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:85:9: error: storage class specified for parameter 'PEM_write_DSAPrivateKey' [INFO] [stderr] 85 | int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:253:10: note: in expansion of macro 'PEM_write_cb_fnsig' [INFO] [stderr] 253 | attr PEM_write_cb_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:327:5: note: in expansion of macro 'DECLARE_PEM_write_cb_fp_attr' [INFO] [stderr] 327 | DECLARE_PEM_write_cb_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:364:5: note: in expansion of macro 'DECLARE_PEM_write_cb_attr' [INFO] [stderr] 364 | DECLARE_PEM_write_cb_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:457:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_DSA_PUBKEY' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:458:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_DSA_PUBKEY' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:458:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:216:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 216 | # define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:939:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_1_1_0' [INFO] [stderr] 939 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_DSA_PUBKEY' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:458:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:216:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 216 | # define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:940:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_1_1_0' [INFO] [stderr] 940 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_DSA_PUBKEY' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:458:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_DSAparams' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:459:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 459 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_DSAparams' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:459:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 459 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:58:11: error: expected declaration specifiers before '__attribute__' [INFO] [stderr] 58 | __attribute__((deprecated("Since OpenSSL " # since))) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] include/openssl/macros.h:194:49: note: in expansion of macro 'OSSL_DEPRECATED' [INFO] [stderr] 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/x509.h:996:1: note: in expansion of macro 'OSSL_DEPRECATEDIN_3_0' [INFO] [stderr] 996 | OSSL_DEPRECATEDIN_3_0 int X509_certificate_type(const X509 *x, [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_DSAparams' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:459:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 459 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_DSAparams' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:459:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 459 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_X509_AUX' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:441:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 441 | DECLARE_PEM_rw(X509_AUX, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509_AUX' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:441:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 441 | DECLARE_PEM_rw(X509_AUX, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_ECPKParameters' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:465:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 465 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, ECPKParameters, EC_GROUP) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_ECPKParameters' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:465:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 465 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, ECPKParameters, EC_GROUP) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509_AUX' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:441:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 441 | DECLARE_PEM_rw(X509_AUX, X509) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_X509_REQ' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:442:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 442 | DECLARE_PEM_rw(X509_REQ, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_ECPKParameters' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:465:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 465 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, ECPKParameters, EC_GROUP) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_ECPKParameters' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:465:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 465 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, ECPKParameters, EC_GROUP) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_X509_REQ' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:346:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 346 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:442:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 442 | DECLARE_PEM_rw(X509_REQ, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_ECPrivateKey' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 363 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:466:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 466 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509_REQ' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:442:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 442 | DECLARE_PEM_rw(X509_REQ, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_ECPrivateKey' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' [INFO] [stderr] 337 | DECLARE_PEM_read_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' [INFO] [stderr] 363 | DECLARE_PEM_read_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:466:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 466 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509_REQ' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:347:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 347 | DECLARE_PEM_write_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:352:5: note: in expansion of macro 'DECLARE_PEM_rw_attr' [INFO] [stderr] 352 | DECLARE_PEM_rw_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:442:1: note: in expansion of macro 'DECLARE_PEM_rw' [INFO] [stderr] 442 | DECLARE_PEM_rw(X509_REQ, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:85:9: error: storage class specified for parameter 'PEM_write_bio_ECPrivateKey' [INFO] [stderr] 85 | int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:299:10: note: in expansion of macro 'PEM_write_cb_fnsig' [INFO] [stderr] 299 | attr PEM_write_cb_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:326:5: note: in expansion of macro 'DECLARE_PEM_write_cb_bio_attr' [INFO] [stderr] 326 | DECLARE_PEM_write_cb_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:364:5: note: in expansion of macro 'DECLARE_PEM_write_cb_attr' [INFO] [stderr] 364 | DECLARE_PEM_write_cb_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:466:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 466 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_bio_X509_REQ_NEW' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:282:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 282 | attr PEM_write_fnsig(name, type, BIO, write_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:309:5: note: in expansion of macro 'DECLARE_PEM_write_bio_attr' [INFO] [stderr] 309 | DECLARE_PEM_write_bio_attr(attr, name, type) \ [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:315:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 315 | DECLARE_PEM_write_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:443:1: note: in expansion of macro 'DECLARE_PEM_write' [INFO] [stderr] 443 | DECLARE_PEM_write(X509_REQ_NEW, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:85:9: error: storage class specified for parameter 'PEM_write_ECPrivateKey' [INFO] [stderr] 85 | int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:253:10: note: in expansion of macro 'PEM_write_cb_fnsig' [INFO] [stderr] 253 | attr PEM_write_cb_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:327:5: note: in expansion of macro 'DECLARE_PEM_write_cb_fp_attr' [INFO] [stderr] 327 | DECLARE_PEM_write_cb_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:364:5: note: in expansion of macro 'DECLARE_PEM_write_cb_attr' [INFO] [stderr] 364 | DECLARE_PEM_write_cb_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:466:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' [INFO] [stderr] 466 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:83:9: error: storage class specified for parameter 'PEM_write_X509_REQ_NEW' [INFO] [stderr] 83 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:244:10: note: in expansion of macro 'PEM_write_fnsig' [INFO] [stderr] 244 | attr PEM_write_fnsig(name, type, FILE, write); [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:310:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' [INFO] [stderr] 310 | DECLARE_PEM_write_fp_attr(attr, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:315:5: note: in expansion of macro 'DECLARE_PEM_write_attr' [INFO] [stderr] 315 | DECLARE_PEM_write_attr(extern, name, type) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:443:1: note: in expansion of macro 'DECLARE_PEM_write' [INFO] [stderr] 443 | DECLARE_PEM_write(X509_REQ_NEW, X509_REQ) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:74:11: error: storage class specified for parameter 'PEM_read_bio_X509_CRL' [INFO] [stderr] 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ [INFO] [stderr] | ^~~~ [INFO] [stderr] include/openssl/pem.h:272:10: note: in expansion of macro 'PEM_read_cb_fnsig' [INFO] [stderr] 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] include/openssl/pem.h:336:5: note: in expansion of macro 'DECLARE_PEM_read_bio_attr' [INFO] [stderr] 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ [WARN] too many lines in the log, truncating it