Cleanup, last commit before Git migration
This commit is contained in:
parent
c0f5f74a4a
commit
bebc0c7661
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include "blst/blst.h"
|
||||
#include "../blst/blst.h"
|
||||
|
||||
const byte dst[] = "MY-DST";
|
||||
double time_taken;
|
|
@ -5,7 +5,7 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <assert.h>
|
||||
#include "blst/blst.h"
|
||||
#include "../blst/blst.h"
|
||||
|
||||
const byte dst[] = "MY-DST";
|
||||
double time_taken;
|
|
@ -4,7 +4,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include "blst/blst.h"
|
||||
#include "../blst/blst.h"
|
||||
|
||||
const byte dst[] = "MY-DST";
|
||||
double time_taken;
|
Loading…
Reference in a new issue