8 lines
106 B
C
8 lines
106 B
C
|
#ifndef SPX_PRIMITIVE_H
|
||
|
#define SPX_PRIMITIVE_H
|
||
|
|
||
|
#include "haraka.h"
|
||
|
#define hash_state harakactx
|
||
|
|
||
|
#endif
|