#include <> to ""

master
leitner 9 years ago
parent dace178f25
commit 09c7eac41f

@ -1,4 +1,4 @@
#include <byte.h>
#include "byte.h"
/* If you need to compare a password or a hash value, the timing of the
* comparison function can give valuable clues to the attacker. Let's

@ -1,5 +1,5 @@
#include <byte.h>
#include <buffer.h>
#include "byte.h"
#include "buffer.h"
/*
* The functions that are beginning with byte_ offer some handy functions, to

Loading…
Cancel
Save