1 /*---------------------------------------------------------------------------*
2  |              PDFlib - A library for generating PDF on the fly             |
3  +---------------------------------------------------------------------------+
4  | Copyright (c) 1997-2006 Thomas Merz and PDFlib GmbH. All rights reserved. |
5  +---------------------------------------------------------------------------+
6  |                                                                           |
7  |    This software is subject to the PDFlib license. It is NOT in the       |
8  |    public domain. Extended versions and commercial licenses are           |
9  |    available, please check http://www.pdflib.com.                         |
10  |                                                                           |
11  *---------------------------------------------------------------------------*/
12 
13 /* $Id: pc_crypt.c,v 1.74.2.13 2008/12/02 12:19:46 stm Exp $
14  *
15  * Routines for PDF encryption and decryption
16  *
17  */
18 
19 #include "time.h"
20 
21 #include "pc_util.h"
22 #include "pc_md5.h"
23 #include "pc_crypt.h"
24 
25 
pdc_pd_crypt_c(void)26 static void pdc_pd_crypt_c(void) {}
27 
28