~ubuntu-branches/ubuntu/maverick/vmware-view-open-client/maverick

« back to all changes in this revision

Viewing changes to lib/bora/include/sslPRNG.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-06-04 17:45:04 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100604174504-zjltuc0hdp4mv7de
Tags: 4.5.0-264434+dfsg-1
* Merging upstream version 4.5.0-264434+dfsg.
* Updating date and version header in manpage.
* Rediffing doc-pdf.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*********************************************************
2
 
 * Copyright (C) 1998 VMware, Inc. All rights reserved.
3
 
 *
4
 
 * This file is part of VMware View Open Client.
5
 
 *
6
 
 * This program is free software; you can redistribute it and/or modify it
7
 
 * under the terms of the GNU Lesser General Public License as published
8
 
 * by the Free Software Foundation version 2.1 and no later version.
9
 
 *
10
 
 * This program is released with an additional exemption that
11
 
 * compiling, linking, and/or using the OpenSSL libraries with this
12
 
 * program is allowed.
13
 
 *
14
 
 * This program is distributed in the hope that it will be useful, but
15
 
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16
 
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the Lesser GNU General Public
17
 
 * License for more details.
18
 
 *
19
 
 * You should have received a copy of the GNU Lesser General Public License
20
 
 * along with this program; if not, write to the Free Software Foundation, Inc.,
21
 
 * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA.
22
 
 *
23
 
 *********************************************************/
24
 
 
25
 
/*
26
 
 * sslPRNG.h --
27
 
 *
28
 
 *      Provides the ability to override the default PRNG used by OpenSSL with
29
 
 *      our own implementation provided by bora/lib/crypto.
30
 
 */
31
 
 
32
 
void SSLPRNG_Install(void);
33
 
 
34
 
void SSLPRNG_Restore(void);