mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
413 B
Plaintext
24 lines
413 B
Plaintext
*** rsaref.h.bak Fri Mar 25 22:01:49 1994
|
|
--- rsaref.h Sun Feb 2 22:30:11 1997
|
|
***************
|
|
*** 8,16 ****
|
|
#ifndef _RSAREF_H_
|
|
#define _RSAREF_H_ 1
|
|
|
|
! #include "md2.h"
|
|
! #include "md5.h"
|
|
! #include "des.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
--- 8,16 ----
|
|
#ifndef _RSAREF_H_
|
|
#define _RSAREF_H_ 1
|
|
|
|
! #include "_md2.h"
|
|
! #include "_md5.h"
|
|
! #include "_des.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|