LOM2M
0.8.0
src
server
libraries
lom2m
keys.h
Go to the documentation of this file.
1
// keys.h
2
#ifndef KEYS_H_
3
#define KEYS_H_
4
5
extern
char
*
CERT
;
// Declare these variables to
6
extern
char
*
CA
;
// Declare these variables to
7
extern
char
*
PRI_KEY
;
// be accessible by the sketch
8
9
#endif
CA
char * CA
CERT
char * CERT
PRI_KEY
char * PRI_KEY
Generated by
1.9.1