Edit

IABSD.fr/ports/net/tacacs+/patches/patch-tac_plus_h

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:45:43
    Hash : 3f5796b9
    Message : drop RCS Ids

  • net/tacacs+/patches/patch-tac_plus_h
  • Index: tac_plus.h
    --- tac_plus.h.orig
    +++ tac_plus.h
    @@ -30,6 +30,15 @@
     #define MSCHAP_DIGEST_LEN 49
     #endif /* MSCHAP */
     
    +#ifdef OPENBSD
    +#include <stdlib.h>
    +#include <ctype.h>
    +#include <fcntl.h>
    +#define STDLIB_MALLOC
    +#define VOIDSIG
    +#define NO_PWAGE
    +#endif
    +
     #if HAVE_STRING_H
     # include <string.h>
     #endif