Skip to content
Snippets Groups Projects
Select Git revision
  • 8f797ab27fd39e7aaee2cc0790d96e8d5ae2037e
  • master default protected
  • 8.0
  • 9.0
  • 7.8
  • 7.6
  • 7.4
  • 7.2
  • 7.0
  • 0.6
  • rosuav/latex-markdown-renderer
  • rxnpatch/rxnpatch
  • marcus/gobject-introspection
  • rxnpatch/8.0
  • rosuav/pre-listening-ports
  • nt-tools
  • rosuav/async-annotations
  • rosuav/pgsql-ssl
  • rxnpatch/rxnpatch-broken/2023-10-06T094250
  • grubba/fdlib
  • grubba/wip/sakura/8.0
  • v8.0.2004
  • v8.0.2002
  • v8.0.2000
  • v8.0.1998
  • v8.0.1996
  • v8.0.1994
  • v8.0.1992
  • v8.0.1990
  • v8.0.1988
  • v8.0.1986
  • rxnpatch/clusters/8.0/2025-04-29T124414
  • rxnpatch/2025-04-29T124414
  • v8.0.1984
  • v8.0.1982
  • v8.0.1980
  • v8.0.1978
  • v8.0.1976
  • v8.0.1974
  • v8.0.1972
  • v8.0.1970
41 results

opcodes.c

Blame
    • Marek Habersack's avatar
      7498ce13
      - debian changes · 7498ce13
      Marek Habersack authored
      - opcodes.c fix for get_opcode_name signature
      - fix for the libhowl configure.in - should use -lhowl and not -llibhowl
        (incidentally - couldn't the check use pkg-config? On Linux libhowl
         requires -lpthread, using pkg-config would make the check more robust)
      
      Rev: packaging/debian/control:1.33
      Rev: packaging/debian/rules:1.52
      Rev: src/modules/_Protocols_DNS_SD/configure.in:1.2
      Rev: src/opcodes.c:1.167
      7498ce13
      History
      - debian changes
      Marek Habersack authored
      - opcodes.c fix for get_opcode_name signature
      - fix for the libhowl configure.in - should use -lhowl and not -llibhowl
        (incidentally - couldn't the check use pkg-config? On Linux libhowl
         requires -lpthread, using pkg-config would make the check more robust)
      
      Rev: packaging/debian/control:1.33
      Rev: packaging/debian/rules:1.52
      Rev: src/modules/_Protocols_DNS_SD/configure.in:1.2
      Rev: src/opcodes.c:1.167
    memxor.h 230 B
    /* memxor.h
     *
     */
    
    #ifndef NETTLE_MEMXOR_H_INCLUDED
    #define NETTLE_MEMXOR_H_INCLUDED
    
    #include <inttypes.h>
    #include <stdlib.h>
    
    uint8_t *memxor(uint8_t *dst, const uint8_t *src, size_t n);
    
    #endif /* NETTLE_MEMXOR_H_INCLUDED */