Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/sscep.spec'], chrootPath='/var/lib/mock/f33-build-216168-48447/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/sscep.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564185600 Wrote: /builddir/build/SRPMS/sscep-0.6.1-10.20160525git2052ee1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sscep.spec'], chrootPath='/var/lib/mock/f33-build-216168-48447/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sscep.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564185600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VrQlNq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sscep-2052ee1c834973879ad319778890f1cedd692821 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/sscep-2052ee1c834973879ad319778890f1cedd692821.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd sscep-2052ee1c834973879ad319778890f1cedd692821 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/sscep-Makefile Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.onsHCo + umask 022 + cd /builddir/build/BUILD + cd sscep-2052ee1c834973879ad319778890f1cedd692821 + /usr/bin/make -O -j4 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sceputils.o sceputils.c sceputils.c: In function 'new_selfsigned': sceputils.c:102:40: warning: passing argument 2 of 'c2i_ASN1_INTEGER' from incompatible pointer type [-Wincompatible-pointer-types] 102 | if (!(serial = c2i_ASN1_INTEGER(NULL, &ptr, 32))) { | ^~~~ | | | unsigned char ** In file included from /usr/include/openssl/objects.h:965, from /usr/include/openssl/evp.h:94, from sscep.h:50, from sceputils.c:9: /usr/include/openssl/asn1.h:837:72: note: expected 'const unsigned char **' but argument is of type 'unsigned char **' 837 | ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp, | ~~~~~~~~~~~~~~~~~~~~~~^~ sceputils.c: In function 'key_fingerprint': sceputils.c:233:6: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 233 | str = (unsigned char *)malloc(2 * MD5_DIGEST_LENGTH + 1); | ^ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o net.o net.c net.c: In function 'send_msg': net.c:200:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 200 | if (v_flag) | ^~ net.c:202:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 202 | return (1); | ^~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o init.o init.c init.c: In function 'init_config': init.c:18:6: warning: variable 'k' set but not used [-Wunused-but-set-variable] 18 | int k, i, lines; | ^ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sscep.o sscep.c sscep.c: In function 'main': sscep.c:688:27: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 688 | scep_t.reply_payload = reply.payload; | ^ sscep.c:79:8: warning: variable 'p7' set but not used [-Wunused-but-set-variable] 79 | PKCS7 p7; | ^~ In file included from /usr/include/string.h:495, from sscep.h:16, from sscep.c:11: In function 'strncat', inlined from 'main' at sscep.c:231:6: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sscep.c: In function 'main': sscep.c:231:6: note: length computed here 231 | strncat(M_char, optarg, strlen(optarg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o ias.o ias.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fileutils.o fileutils.c fileutils.c: In function 'compare_subject': fileutils.c:66:58: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'X509_NAME *' {aka 'struct X509_name_st *'} [-Wformat=] 66 | fprintf(stderr, "Subject of the returned certificate: %s\n", X509_get_subject_name(cert)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | X509_NAME * {aka struct X509_name_st *} | char * gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o pkcs7.o pkcs7.c In file included from pkcs7.c:10: pkcs7.c: In function 'pkcs7_wrap': ias.h:11:15: warning: passing argument 1 of 'ASN1_i2d_bio' from incompatible pointer type [-Wincompatible-pointer-types] 11 | ASN1_i2d_bio(i2d_pkcs7_issuer_and_subject, bp, (unsigned char *)ias) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(pkcs7_issuer_and_subject *, unsigned char **) pkcs7.c:89:14: note: in expansion of macro 'i2d_pkcs7_issuer_and_subject_bio' 89 | if ((rc = i2d_pkcs7_issuer_and_subject_bio(databio, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/objects.h:965, from /usr/include/openssl/evp.h:94, from sscep.h:50, from pkcs7.c:9: /usr/include/openssl/asn1.h:1022:31: note: expected 'int (*)(void *, unsigned char **)' but argument is of type 'int (*)(pkcs7_issuer_and_subject *, unsigned char **)' 1022 | int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x); | ~~~~~~~~~~~~~^~~ In file included from pkcs7.c:10: ias.h:13:15: warning: passing argument 1 of 'ASN1_i2d_bio' from incompatible pointer type [-Wincompatible-pointer-types] 13 | ASN1_i2d_bio(i2d_PKCS7_ISSUER_AND_SERIAL, bp, (unsigned char *)ias) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(PKCS7_ISSUER_AND_SERIAL *, unsigned char **) {aka int (*)(struct pkcs7_issuer_and_serial_st *, unsigned char **)} pkcs7.c:108:14: note: in expansion of macro 'i2d_PKCS7_ISSUER_AND_SERIAL_bio' 108 | if ((rc = i2d_PKCS7_ISSUER_AND_SERIAL_bio(databio, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/objects.h:965, from /usr/include/openssl/evp.h:94, from sscep.h:50, from pkcs7.c:9: /usr/include/openssl/asn1.h:1022:31: note: expected 'int (*)(void *, unsigned char **)' but argument is of type 'int (*)(PKCS7_ISSUER_AND_SERIAL *, unsigned char **)' {aka 'int (*)(struct pkcs7_issuer_and_serial_st *, unsigned char **)'} 1022 | int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x); | ~~~~~~~~~~~~~^~~ In file included from pkcs7.c:10: ias.h:13:15: warning: passing argument 1 of 'ASN1_i2d_bio' from incompatible pointer type [-Wincompatible-pointer-types] 13 | ASN1_i2d_bio(i2d_PKCS7_ISSUER_AND_SERIAL, bp, (unsigned char *)ias) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(PKCS7_ISSUER_AND_SERIAL *, unsigned char **) {aka int (*)(struct pkcs7_issuer_and_serial_st *, unsigned char **)} pkcs7.c:127:14: note: in expansion of macro 'i2d_PKCS7_ISSUER_AND_SERIAL_bio' 127 | if ((rc = i2d_PKCS7_ISSUER_AND_SERIAL_bio(databio, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/objects.h:965, from /usr/include/openssl/evp.h:94, from sscep.h:50, from pkcs7.c:9: /usr/include/openssl/asn1.h:1022:31: note: expected 'int (*)(void *, unsigned char **)' but argument is of type 'int (*)(PKCS7_ISSUER_AND_SERIAL *, unsigned char **)' {aka 'int (*)(struct pkcs7_issuer_and_serial_st *, unsigned char **)'} 1022 | int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x); | ~~~~~~~~~~~~~^~~ pkcs7.c:185:10: warning: too many arguments for format [-Wformat-extra-args] 185 | printf("\n %s: hexdump request payload \n", pname , i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs7.c:262:52: warning: pointer targets in passing argument 3 of 'add_attribute_octet' differ in signedness [-Wpointer-sign] 262 | add_attribute_octet(attributes, nid_senderNonce, s->sender_nonce, | ~^~~~~~~~~~~~~~ | | | unsigned char * In file included from pkcs7.c:9: sscep.h:340:58: note: expected 'char *' but argument is of type 'unsigned char *' 340 | int add_attribute_octet(STACK_OF(X509_ATTRIBUTE) *, int, char *, int); | ^~~~~~ pkcs7.c:34:12: warning: unused variable 'reqcsr' [-Wunused-variable] 34 | X509_REQ *reqcsr = NULL; | ^~~~~~ pkcs7.c: In function 'pkcs7_verify_unwrap': pkcs7.c:472:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 472 | if (d_flag) | ^~ pkcs7.c:475:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 475 | if (PEM_write_X509(fp, signercert) != 1) { | ^~ pkcs7.c:344:14: warning: unused variable 'recipientkey' [-Wunused-variable] 344 | EVP_PKEY *recipientkey; | ^~~~~~~~~~~~ pkcs7.c:343:11: warning: unused variable 'recipientcert' [-Wunused-variable] 343 | X509 *recipientcert; | ^~~~~~~~~~~~~ pkcs7.c:341:11: warning: unused variable 'p' [-Wunused-variable] 341 | char *p; | ^ pkcs7.c:340:28: warning: unused variable 'attribs' [-Wunused-variable] 340 | STACK_OF(X509_ATTRIBUTE) *attribs; | ^~~~~~~ pkcs7.c:338:12: warning: unused variable 'p7' [-Wunused-variable] 338 | PKCS7 *p7; | ^~ pkcs7.c:336:9: warning: unused variable 'i' [-Wunused-variable] 336 | int i, len, bytes, used; | ^ pkcs7.c: In function 'pkcs7_unwrap': pkcs7.c:628:24: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 628 | s->reply_sender_nonce = p; | ^ pkcs7.c:641:27: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 641 | s->reply_recipient_nonce = p; | ^ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o engine.o engine.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o configuration.o configuration.c configuration.c: In function 'scep_conf_load': configuration.c:159:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 159 | if(var = NCONF_get_string(conf, engine_section, SCEP_CONFIGURATION_ENGINE_ID)) { | ^~~ configuration.c:182:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 182 | if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_CAPI_NEWKEYLOCATION)) { | ^~~ configuration.c:192:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 192 | if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_CAPI_STORELOCATION)) { | ^~~ configuration.c:215:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 215 | if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_JKSENGINE_KEYSTOREPASS)) { | ^~~ configuration.c:221:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 221 | if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_JKSENGINE_JCONNPATH)) { | ^~~ configuration.c:227:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 227 | if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_JKSENGINE_PROVIDER)) { | ^~~ configuration.c:233:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 233 | if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_JKSENGINE_JAVAPATH)) { | ^~~ configuration.c:244:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 244 | if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_PKCS11_PIN)) { | ^~~ configuration.c:252:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 252 | if(var = NCONF_get_string(conf, engine_section, SCEP_CONFIGURATION_ENGINE_DYNPATH)) { | ^~~ configuration.c:273:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 273 | if(var = NCONF_get_string(conf, engine_section, SCEP_CONFIGURATION_ENGINE_MODULEPATH)) { | ^~~ configuration.c:285:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 285 | if(cmds_section = NCONF_get_string(conf, engine_section, SCEP_CONFIGURATION_ENGINE_CMDS)) { | ^~~~~~~~~~~~ configuration.c:57:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 57 | int ret; | ^~~ configuration.c: In function 'scep_dump_conf': configuration.c:555:61: warning: format '%i' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 555 | fprintf(stderr, "Length of Arrays does not match! Flags: %i, Chars: %i, Names: %i\n", | ~^ | | | int | %li 556 | sizeof(flags)/sizeof(int), | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int configuration.c:555:72: warning: format '%i' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 555 | fprintf(stderr, "Length of Arrays does not match! Flags: %i, Chars: %i, Names: %i\n", | ~^ | | | int | %li 556 | sizeof(flags)/sizeof(int), 557 | sizeof(chars)/sizeof(char *), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int configuration.c:555:83: warning: format '%i' expects argument of type 'int', but argument 5 has type 'long unsigned int' [-Wformat=] 555 | fprintf(stderr, "Length of Arrays does not match! Flags: %i, Chars: %i, Names: %i\n", | ~^ | | | int | %li ...... 558 | sizeof(names)/sizeof(char *) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o sscep sscep.o init.o net.o sceputils.o pkcs7.o ias.o fileutils.o configuration.o engine.o -lcrypto -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: multiple definition of `pkistatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: multiple definition of `nid_extensionReq'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: multiple definition of `nid_transId'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: multiple definition of `nid_recipientNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: multiple definition of `nid_senderNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: multiple definition of `nid_failInfo'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: multiple definition of `nid_pkiStatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: multiple definition of `nid_messageType'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: multiple definition of `enc_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: multiple definition of `sig_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: multiple definition of `fp_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: multiple definition of `crlfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: multiple definition of `otherfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: multiple definition of `reqfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: multiple definition of `cafile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: multiple definition of `crl'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: multiple definition of `renewal_key'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: multiple definition of `rsa'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: multiple definition of `request'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: multiple definition of `renewal_cert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: multiple definition of `othercert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: multiple definition of `localcert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: multiple definition of `encert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: multiple definition of `cacert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: multiple definition of `timeout'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: multiple definition of `pname'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: multiple definition of `operation_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: multiple definition of `scep_conf'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: multiple definition of `w_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: multiple definition of `w_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: multiple definition of `v_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: multiple definition of `url_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: multiple definition of `u_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: multiple definition of `T_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: multiple definition of `T_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: multiple definition of `t_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: multiple definition of `t_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: multiple definition of `S_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: multiple definition of `S_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: multiple definition of `s_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: multiple definition of `s_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: multiple definition of `R_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: multiple definition of `r_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: multiple definition of `r_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: multiple definition of `p_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: multiple definition of `p_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: multiple definition of `O_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: multiple definition of `O_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: multiple definition of `n_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: multiple definition of `n_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: multiple definition of `M_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: multiple definition of `M_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: multiple definition of `m_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: multiple definition of `m_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: multiple definition of `K_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: multiple definition of `K_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: multiple definition of `k_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: multiple definition of `k_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: multiple definition of `i_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: multiple definition of `i_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: multiple definition of `L_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: multiple definition of `L_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: multiple definition of `l_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: multiple definition of `l_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: multiple definition of `H_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: multiple definition of `h_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: multiple definition of `g_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: multiple definition of `g_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: multiple definition of `F_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: multiple definition of `F_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: multiple definition of `f_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: multiple definition of `f_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: multiple definition of `E_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: multiple definition of `E_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: multiple definition of `e_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: multiple definition of `e_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: multiple definition of `d_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: multiple definition of `C_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: multiple definition of `C_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: multiple definition of `c_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: first defined here /usr/bin/ld: init.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: multiple definition of `c_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: multiple definition of `pkistatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: multiple definition of `nid_extensionReq'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: multiple definition of `nid_transId'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: multiple definition of `nid_recipientNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: multiple definition of `nid_senderNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: multiple definition of `nid_failInfo'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: multiple definition of `nid_pkiStatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: multiple definition of `nid_messageType'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: multiple definition of `enc_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: multiple definition of `sig_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: multiple definition of `fp_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: multiple definition of `crlfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: multiple definition of `otherfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: multiple definition of `reqfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: multiple definition of `cafile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: multiple definition of `crl'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: multiple definition of `renewal_key'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: multiple definition of `rsa'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: multiple definition of `request'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: multiple definition of `renewal_cert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: multiple definition of `othercert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: multiple definition of `localcert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: multiple definition of `encert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: multiple definition of `cacert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: multiple definition of `timeout'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: multiple definition of `pname'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: multiple definition of `operation_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: multiple definition of `scep_conf'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: multiple definition of `w_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: multiple definition of `w_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: multiple definition of `v_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: multiple definition of `url_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: multiple definition of `u_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: multiple definition of `T_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: multiple definition of `T_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: multiple definition of `t_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: multiple definition of `t_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: multiple definition of `S_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: multiple definition of `S_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: multiple definition of `s_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: multiple definition of `s_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: multiple definition of `R_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: multiple definition of `r_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: multiple definition of `r_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: multiple definition of `p_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: multiple definition of `p_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: multiple definition of `O_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: multiple definition of `O_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: multiple definition of `n_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: multiple definition of `n_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: multiple definition of `M_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: multiple definition of `M_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: multiple definition of `m_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: multiple definition of `m_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: multiple definition of `K_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: multiple definition of `K_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: multiple definition of `k_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: multiple definition of `k_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: multiple definition of `i_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: multiple definition of `i_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: multiple definition of `L_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: multiple definition of `L_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: multiple definition of `l_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: multiple definition of `l_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: multiple definition of `H_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: multiple definition of `h_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: multiple definition of `g_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: multiple definition of `g_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: multiple definition of `F_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: multiple definition of `F_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: multiple definition of `f_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: multiple definition of `f_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: multiple definition of `E_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: multiple definition of `E_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: multiple definition of `e_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: multiple definition of `e_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: multiple definition of `d_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: multiple definition of `C_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: multiple definition of `C_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: multiple definition of `c_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: first defined here /usr/bin/ld: net.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: multiple definition of `c_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: multiple definition of `pkistatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: multiple definition of `nid_extensionReq'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: multiple definition of `nid_transId'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: multiple definition of `nid_recipientNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: multiple definition of `nid_senderNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: multiple definition of `nid_failInfo'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: multiple definition of `nid_pkiStatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: multiple definition of `nid_messageType'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: multiple definition of `enc_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: multiple definition of `sig_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: multiple definition of `fp_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: multiple definition of `crlfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: multiple definition of `otherfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: multiple definition of `reqfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: multiple definition of `cafile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: multiple definition of `crl'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: multiple definition of `renewal_key'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: multiple definition of `rsa'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: multiple definition of `request'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: multiple definition of `renewal_cert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: multiple definition of `othercert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: multiple definition of `localcert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: multiple definition of `encert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: multiple definition of `cacert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: multiple definition of `timeout'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: multiple definition of `pname'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: multiple definition of `operation_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: multiple definition of `scep_conf'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: multiple definition of `w_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: multiple definition of `w_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: multiple definition of `v_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: multiple definition of `url_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: multiple definition of `u_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: multiple definition of `T_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: multiple definition of `T_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: multiple definition of `t_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: multiple definition of `t_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: multiple definition of `S_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: multiple definition of `S_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: multiple definition of `s_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: multiple definition of `s_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: multiple definition of `R_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: multiple definition of `r_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: multiple definition of `r_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: multiple definition of `p_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: multiple definition of `p_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: multiple definition of `O_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: multiple definition of `O_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: multiple definition of `n_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: multiple definition of `n_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: multiple definition of `M_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: multiple definition of `M_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: multiple definition of `m_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: multiple definition of `m_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: multiple definition of `K_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: multiple definition of `K_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: multiple definition of `k_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: multiple definition of `k_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: multiple definition of `i_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: multiple definition of `i_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: multiple definition of `L_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: multiple definition of `L_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: multiple definition of `l_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: multiple definition of `l_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: multiple definition of `H_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: multiple definition of `h_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: multiple definition of `g_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: multiple definition of `g_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: multiple definition of `F_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: multiple definition of `F_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: multiple definition of `f_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: multiple definition of `f_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: multiple definition of `E_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: multiple definition of `E_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: multiple definition of `e_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: multiple definition of `e_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: multiple definition of `d_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: multiple definition of `C_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: multiple definition of `C_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: multiple definition of `c_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: first defined here /usr/bin/ld: sceputils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: multiple definition of `c_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: multiple definition of `pkistatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: multiple definition of `nid_extensionReq'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: multiple definition of `nid_transId'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: multiple definition of `nid_recipientNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: multiple definition of `nid_senderNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: multiple definition of `nid_failInfo'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: multiple definition of `nid_pkiStatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: multiple definition of `nid_messageType'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: multiple definition of `enc_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: multiple definition of `sig_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: multiple definition of `fp_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: multiple definition of `crlfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: multiple definition of `otherfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: multiple definition of `reqfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: multiple definition of `cafile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: multiple definition of `crl'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: multiple definition of `renewal_key'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: multiple definition of `rsa'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: multiple definition of `request'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: multiple definition of `renewal_cert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: multiple definition of `othercert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: multiple definition of `localcert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: multiple definition of `encert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: multiple definition of `cacert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: multiple definition of `timeout'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: multiple definition of `pname'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: multiple definition of `operation_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: multiple definition of `scep_conf'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: multiple definition of `w_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: multiple definition of `w_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: multiple definition of `v_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: multiple definition of `url_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: multiple definition of `u_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: multiple definition of `T_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: multiple definition of `T_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: multiple definition of `t_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: multiple definition of `t_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: multiple definition of `S_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: multiple definition of `S_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: multiple definition of `s_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: multiple definition of `s_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: multiple definition of `R_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: multiple definition of `r_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: multiple definition of `r_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: multiple definition of `p_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: multiple definition of `p_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: multiple definition of `O_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: multiple definition of `O_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: multiple definition of `n_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: multiple definition of `n_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: multiple definition of `M_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: multiple definition of `M_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: multiple definition of `m_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: multiple definition of `m_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: multiple definition of `K_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: multiple definition of `K_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: multiple definition of `k_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: multiple definition of `k_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: multiple definition of `i_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: multiple definition of `i_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: multiple definition of `L_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: multiple definition of `L_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: multiple definition of `l_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: multiple definition of `l_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: multiple definition of `H_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: multiple definition of `h_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: multiple definition of `g_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: multiple definition of `g_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: multiple definition of `F_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: multiple definition of `F_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: multiple definition of `f_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: multiple definition of `f_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: multiple definition of `E_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: multiple definition of `E_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: multiple definition of `e_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: multiple definition of `e_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: multiple definition of `d_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: multiple definition of `C_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: multiple definition of `C_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: multiple definition of `c_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: first defined here /usr/bin/ld: pkcs7.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: multiple definition of `c_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: multiple definition of `pkistatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: multiple definition of `nid_extensionReq'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: multiple definition of `nid_transId'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: multiple definition of `nid_recipientNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: multiple definition of `nid_senderNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: multiple definition of `nid_failInfo'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: multiple definition of `nid_pkiStatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: multiple definition of `nid_messageType'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: multiple definition of `enc_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: multiple definition of `sig_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: multiple definition of `fp_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: multiple definition of `crlfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: multiple definition of `otherfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: multiple definition of `reqfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: multiple definition of `cafile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: multiple definition of `crl'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: multiple definition of `renewal_key'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: multiple definition of `rsa'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: multiple definition of `request'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: multiple definition of `renewal_cert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: multiple definition of `othercert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: multiple definition of `localcert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: multiple definition of `encert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: multiple definition of `cacert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: multiple definition of `timeout'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: multiple definition of `pname'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: multiple definition of `operation_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: multiple definition of `scep_conf'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: multiple definition of `w_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: multiple definition of `w_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: multiple definition of `v_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: multiple definition of `url_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: multiple definition of `u_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: multiple definition of `T_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: multiple definition of `T_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: multiple definition of `t_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: multiple definition of `t_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: multiple definition of `S_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: multiple definition of `S_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: multiple definition of `s_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: multiple definition of `s_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: multiple definition of `R_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: multiple definition of `r_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: multiple definition of `r_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: multiple definition of `p_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: multiple definition of `p_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: multiple definition of `O_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: multiple definition of `O_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: multiple definition of `n_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: multiple definition of `n_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: multiple definition of `M_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: multiple definition of `M_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: multiple definition of `m_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: multiple definition of `m_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: multiple definition of `K_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: multiple definition of `K_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: multiple definition of `k_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: multiple definition of `k_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: multiple definition of `i_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: multiple definition of `i_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: multiple definition of `L_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: multiple definition of `L_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: multiple definition of `l_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: multiple definition of `l_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: multiple definition of `H_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: multiple definition of `h_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: multiple definition of `g_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: multiple definition of `g_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: multiple definition of `F_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: multiple definition of `F_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: multiple definition of `f_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: multiple definition of `f_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: multiple definition of `E_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: multiple definition of `E_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: multiple definition of `e_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: multiple definition of `e_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: multiple definition of `d_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: multiple definition of `C_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: multiple definition of `C_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: multiple definition of `c_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: first defined here /usr/bin/ld: ias.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: multiple definition of `c_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: multiple definition of `pkistatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: multiple definition of `nid_extensionReq'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: multiple definition of `nid_transId'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: multiple definition of `nid_recipientNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: multiple definition of `nid_senderNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: multiple definition of `nid_failInfo'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: multiple definition of `nid_pkiStatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: multiple definition of `nid_messageType'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: multiple definition of `enc_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: multiple definition of `sig_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: multiple definition of `fp_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: multiple definition of `crlfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: multiple definition of `otherfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: multiple definition of `reqfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: multiple definition of `cafile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: multiple definition of `crl'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: multiple definition of `renewal_key'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: multiple definition of `rsa'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: multiple definition of `request'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: multiple definition of `renewal_cert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: multiple definition of `othercert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: multiple definition of `localcert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: multiple definition of `encert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: multiple definition of `cacert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: multiple definition of `timeout'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: multiple definition of `pname'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: multiple definition of `operation_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: multiple definition of `scep_conf'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: multiple definition of `w_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: multiple definition of `w_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: multiple definition of `v_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: multiple definition of `url_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: multiple definition of `u_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: multiple definition of `T_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: multiple definition of `T_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: multiple definition of `t_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: multiple definition of `t_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: multiple definition of `S_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: multiple definition of `S_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: multiple definition of `s_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: multiple definition of `s_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: multiple definition of `R_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: multiple definition of `r_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: multiple definition of `r_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: multiple definition of `p_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: multiple definition of `p_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: multiple definition of `O_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: multiple definition of `O_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: multiple definition of `n_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: multiple definition of `n_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: multiple definition of `M_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: multiple definition of `M_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: multiple definition of `m_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: multiple definition of `m_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: multiple definition of `K_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: multiple definition of `K_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: multiple definition of `k_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: multiple definition of `k_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: multiple definition of `i_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: multiple definition of `i_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: multiple definition of `L_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: multiple definition of `L_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: multiple definition of `l_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: multiple definition of `l_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: multiple definition of `H_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: multiple definition of `h_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: multiple definition of `g_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: multiple definition of `g_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: multiple definition of `F_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: multiple definition of `F_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: multiple definition of `f_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: multiple definition of `f_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: multiple definition of `E_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: multiple definition of `E_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: multiple definition of `e_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: multiple definition of `e_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: multiple definition of `d_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: multiple definition of `C_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: multiple definition of `C_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: multiple definition of `c_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: first defined here /usr/bin/ld: fileutils.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: multiple definition of `c_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: multiple definition of `scep_conf'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: multiple definition of `pkistatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: multiple definition of `nid_extensionReq'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: multiple definition of `nid_transId'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: multiple definition of `nid_recipientNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: multiple definition of `nid_senderNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: multiple definition of `nid_failInfo'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: multiple definition of `nid_pkiStatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: multiple definition of `nid_messageType'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: multiple definition of `enc_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: multiple definition of `sig_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: multiple definition of `fp_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: multiple definition of `crlfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: multiple definition of `otherfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: multiple definition of `reqfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: multiple definition of `cafile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: multiple definition of `crl'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: multiple definition of `renewal_key'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: multiple definition of `rsa'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: multiple definition of `request'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: multiple definition of `renewal_cert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: multiple definition of `othercert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: multiple definition of `localcert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: multiple definition of `encert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: multiple definition of `cacert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: multiple definition of `timeout'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: multiple definition of `pname'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: multiple definition of `operation_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: multiple definition of `w_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: multiple definition of `w_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: multiple definition of `v_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: multiple definition of `url_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: multiple definition of `u_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: multiple definition of `T_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: multiple definition of `T_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: multiple definition of `t_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: multiple definition of `t_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: multiple definition of `S_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: multiple definition of `S_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: multiple definition of `s_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: multiple definition of `s_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: multiple definition of `R_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: multiple definition of `r_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: multiple definition of `r_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: multiple definition of `p_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: multiple definition of `p_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: multiple definition of `O_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: multiple definition of `O_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: multiple definition of `n_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: multiple definition of `n_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: multiple definition of `M_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: multiple definition of `M_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: multiple definition of `m_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: multiple definition of `m_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: multiple definition of `K_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: multiple definition of `K_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: multiple definition of `k_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: multiple definition of `k_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: multiple definition of `i_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: multiple definition of `i_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: multiple definition of `L_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: multiple definition of `L_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: multiple definition of `l_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: multiple definition of `l_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: multiple definition of `H_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: multiple definition of `h_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: multiple definition of `g_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: multiple definition of `g_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: multiple definition of `F_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: multiple definition of `F_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: multiple definition of `f_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: multiple definition of `f_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: multiple definition of `E_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: multiple definition of `E_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: multiple definition of `e_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: multiple definition of `e_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: multiple definition of `d_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: multiple definition of `C_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: multiple definition of `C_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: multiple definition of `c_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: first defined here /usr/bin/ld: configuration.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: multiple definition of `c_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: multiple definition of `pkistatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:189: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: multiple definition of `nid_extensionReq'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:186: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: multiple definition of `nid_transId'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:185: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: multiple definition of `nid_recipientNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:184: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: multiple definition of `nid_senderNonce'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:183: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: multiple definition of `nid_failInfo'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:182: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: multiple definition of `nid_pkiStatus'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:181: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: multiple definition of `nid_messageType'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:180: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: multiple definition of `enc_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:177: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: multiple definition of `sig_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:176: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: multiple definition of `fp_alg'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:175: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: multiple definition of `crlfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:172: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: multiple definition of `otherfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:171: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: multiple definition of `reqfile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:170: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: multiple definition of `cafile'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:169: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: multiple definition of `crl'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:168: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: multiple definition of `renewal_key'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:167: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: multiple definition of `rsa'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:166: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: multiple definition of `request'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:165: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: multiple definition of `renewal_cert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:164: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: multiple definition of `othercert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:163: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: multiple definition of `localcert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:162: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: multiple definition of `encert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:161: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: multiple definition of `cacert'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:160: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: multiple definition of `timeout'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:157: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: multiple definition of `pname'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:154: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: multiple definition of `operation_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/sscep.h:71: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: multiple definition of `scep_conf'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/configuration.h:114: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: multiple definition of `w_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:133: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: multiple definition of `w_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:132: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: multiple definition of `v_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:129: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: multiple definition of `url_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:126: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: multiple definition of `u_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:125: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: multiple definition of `T_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:122: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: multiple definition of `T_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:121: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: multiple definition of `t_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:118: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: multiple definition of `t_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:117: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: multiple definition of `S_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:114: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: multiple definition of `S_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:113: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: multiple definition of `s_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:110: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: multiple definition of `s_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:109: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: multiple definition of `R_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:106: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: multiple definition of `r_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:103: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: multiple definition of `r_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:102: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: multiple definition of `p_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:99: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: multiple definition of `p_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:98: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: multiple definition of `O_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:95: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: multiple definition of `O_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:94: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: multiple definition of `n_num'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:91: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: multiple definition of `n_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:90: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: multiple definition of `M_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:87: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: multiple definition of `M_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:86: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: multiple definition of `m_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:83: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: multiple definition of `m_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:82: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: multiple definition of `K_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:79: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: multiple definition of `K_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:78: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: multiple definition of `k_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:75: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: multiple definition of `k_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:74: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: multiple definition of `i_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:71: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: multiple definition of `i_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:70: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: multiple definition of `L_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:67: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: multiple definition of `L_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:66: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: multiple definition of `l_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:63: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: multiple definition of `l_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:62: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: multiple definition of `H_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:59: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: multiple definition of `h_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:52: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: multiple definition of `g_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:44: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: multiple definition of `g_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:43: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: multiple definition of `F_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:40: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: multiple definition of `F_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:39: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: multiple definition of `f_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:36: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: multiple definition of `f_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:35: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: multiple definition of `E_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:32: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: multiple definition of `E_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:31: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: multiple definition of `e_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:28: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: multiple definition of `e_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:27: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: multiple definition of `d_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:24: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: multiple definition of `C_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:21: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: multiple definition of `C_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:20: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: multiple definition of `c_char'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:17: first defined here /usr/bin/ld: engine.o: in function `.LANCHOR0': /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: multiple definition of `c_flag'; sscep.o:/builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821/cmd.h:16: first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:23: sscep] Error 1 RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.onsHCo (%build) Bad exit status from /var/tmp/rpm-tmp.onsHCo (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/mockbuild/trace_decorator.py", line 95, in trace result = func(*args, **kw) File "/usr/lib/python3.8/site-packages/mockbuild/util.py", line 746, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sscep.spec