#include <> to ""

This commit is contained in:
leitner 2016-03-17 11:04:08 +00:00
parent dace178f25
commit 09c7eac41f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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