Changeset ce57b1b in nscp for include/utils.h


Ignore:
Timestamp:
02/11/08 23:15:02 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
7a156f4
Parents:
1a35b3f
Message:

2008-02-11 MickeM

+ Added encryption support for NSCA module (about half of the algorithms are avalible,

if someone wants to use one not available let me know, and I will try to add it)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/utils.h

    r99e4d8f rce57b1b  
    2626void generate_crc32_table(void); 
    2727unsigned long calculate_crc32(const char *buffer, int buffer_size); 
     28unsigned long calculate_crc32(const unsigned char *buffer, int buffer_size); 
    2829 
    2930 
Note: See TracChangeset for help on using the changeset viewer.