fmtseq: forgotten include
This commit is contained in:
parent
9a268d231b
commit
9c9e49ae7b
|
@ -19,8 +19,6 @@
|
||||||
#include "fmtseq.h"
|
#include "fmtseq.h"
|
||||||
#include "arcfour.h"
|
#include "arcfour.h"
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
using namespace fmtseq;
|
using namespace fmtseq;
|
||||||
|
|
||||||
void prepare_keygen (arcfour<byte>& kg, const std::vector<byte>&SK, uint idx)
|
void prepare_keygen (arcfour<byte>& kg, const std::vector<byte>&SK, uint idx)
|
||||||
|
|
Loading…
Reference in a new issue