Skip to content

Commit 11f3fb0

Browse files
committed
libvalkey migration for qa
1 parent 8bc49f5 commit 11f3fb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

qa/src/sha1ext2int.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* $ ./sha1ext2int --raw 09be7733f1b5ed42572d26928a5e56ccf91ea8b8
99
*/
1010
#include <pcp/pmapi.h>
11-
#include "sds.h"
11+
#include <pcp/sds.h>
1212

1313
/* Input 40-byte SHA1 hash, output 20-byte representation */
1414
static unsigned char *

qa/src/sha1int2ext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* 09be7733f1b5ed42572d26928a5e56ccf91ea8b8
88
*/
99
#include <pcp/pmapi.h>
10-
#include "sds.h"
10+
#include <pcp/sds.h>
1111

1212
static char *
1313
hash_identity(const unsigned char *hash, char *buffer, int buflen)

qa/src/test_encodings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <cmocka.h>
1919
#include <pcp/pmapi.h>
2020
#include "libpcp.h"
21-
#include "sds.h"
21+
#include <pcp/sds.h>
2222

2323
static void test_urlencode(char *input, char *expected)
2424
{

0 commit comments

Comments
 (0)