Snippets for openldap 2.6.13 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/v1zfgrdrj7pma3gymp1rb9cagfvsp5fl-openldap-2.6.13.drv.
-
config.c:137:41: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 137 | c->linelen = lutil_b64_pton( c->line, c->tline, decode_len ); | ^~~~~~~~ -
autoca.c:47:9: warning: 'X509_get_notBefore' macro redefined [-Wmacro-redefined] 47 | #define X509_get_notBefore(x) X509_getm_notBefore(x) | ^ -
autoca.c:48:9: warning: 'X509_get_notAfter' macro redefined [-Wmacro-redefined] 48 | #define X509_get_notAfter(x) X509_getm_notAfter(x) | ^ -
refint.c:562:61: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] 562 | SLAP_MR_ATTRIBUTE_VALUE_NORMALIZED_MATCH, &rq->oldndn, &i, NULL ); | ^~ -
logging.c:156:8: warning: expression result unused [-Wunused-value] 156 | !write( 2, buf, len ); | ^~~~~~~~~~~~~~~~~~~~~ -
logging.c:157:7: warning: expression result unused [-Wunused-value] 157 | !write( logfile_fd, buf, len ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
logging.c:174:8: warning: expression result unused [-Wunused-value] 174 | !write( 2, buf, len ); | ^~~~~~~~~~~~~~~~~~~~~ -
logging.c:175:7: warning: expression result unused [-Wunused-value] 175 | !write( logfile_fd, buf, len ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../include/ac/crypt.h:26:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 26 | extern char *(crypt)(); | ^ -
ldif-filter.c:209:16: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 209 | sep = "\r\n" + 2 - line_len; /* sep = copy(line) */ | ~~~~~~~^~~ -
slapd-totp.c:367:2: warning: 'HMAC_CTX_new' is deprecated [-Wdeprecated-declarations] 367 | HMAC_setup(ctx, key->mv_val, key->mv_len, hash); | ^ -
slapd-totp.c:367:2: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations] 367 | HMAC_setup(ctx, key->mv_val, key->mv_len, hash); | ^ -
slapd-totp.c:368:2: warning: 'HMAC_Update' is deprecated [-Wdeprecated-declarations] 368 | HMAC_crunch(ctx, data->mv_val, data->mv_len); | ^ -
slapd-totp.c:369:2: warning: 'HMAC_Final' is deprecated [-Wdeprecated-declarations] 369 | HMAC_finish(ctx, out->mv_val, digestLen); | ^ -
slapd-totp.c:369:2: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations] 369 | HMAC_finish(ctx, out->mv_val, digestLen); | ^