Print this page
9156 Remove openssl dependency from pkcs11_tpm
*** 21,41 ****
/* (C) COPYRIGHT International Business Machines Corp. 2001, 2002, 2005 */
/*
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _TPMTOK_INT_H
#define _TPMTOK_INT_H
#include <stdio.h>
#include <pthread.h>
#include <string.h>
#include <strings.h>
! #include <md5.h>
! #include <sha1.h>
#include <limits.h>
#include <syslog.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
--- 21,42 ----
/* (C) COPYRIGHT International Business Machines Corp. 2001, 2002, 2005 */
/*
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright 2018 Jason King
*/
#ifndef _TPMTOK_INT_H
#define _TPMTOK_INT_H
#include <stdio.h>
#include <pthread.h>
#include <string.h>
#include <strings.h>
! #include <sys/md5.h>
! #include <sys/sha1.h>
#include <limits.h>
#include <syslog.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>