Yet another refactor of objects.
This commit is contained in:
+2
-4
@@ -1,12 +1,10 @@
|
||||
#ifndef OBJECTS_H
|
||||
#define OBJECTS_H
|
||||
|
||||
#include "pkcs11t.h"
|
||||
#include "obj_types.h"
|
||||
#include "ykcs11.h"
|
||||
|
||||
#include <stdio.h> // TODO: delete
|
||||
|
||||
CK_RV get_attribute(CK_OBJECT_HANDLE obj, CK_ATTRIBUTE_PTR template);
|
||||
//CK_RV get_object_class(CK_OBJECT_HANDLE obj, CK_OBJECT_CLASS_PTR class);
|
||||
CK_RV get_attribute(ykcs11_session_t *s, CK_OBJECT_HANDLE obj, CK_ATTRIBUTE_PTR template);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user