Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/lib/compression
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/compression/testsuite.c

    r740 r988  
    2121#include "includes.h"
    2222#include "torture/torture.h"
     23#include "torture/local/proto.h"
    2324#include "talloc.h"
    24 #include "mszip.h"
    2525#include "lzxpress.h"
    2626
     
    3131{
    3232        TALLOC_CTX *tmp_ctx = talloc_new(test);
    33         uint8_t *data;
    3433        const char *fixed_data = "this is a test. and this is a test too";
    3534        const uint8_t fixed_out[] = { 0x00, 0x20, 0x00, 0x04, 0x74, 0x68, 0x69, 0x73,
     
    4140        uint8_t *out, *out2;
    4241
    43         data = talloc_size(tmp_ctx, 1023);
    4442        out  = talloc_size(tmp_ctx, 2048);
    4543        memset(out, 0x42, talloc_get_size(out));
Note: See TracChangeset for help on using the changeset viewer.