We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b135508 commit 6e1004fCopy full SHA for 6e1004f
contrib/pgcrypto/pgp-pubdec.c
@@ -26,12 +26,10 @@
26
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27
* SUCH DAMAGE.
28
*
29
- * $PostgreSQL: pgsql/contrib/pgcrypto/pgp-pubdec.c,v 1.1 2005/07/10 13:46:29 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/pgp-pubdec.c,v 1.2 2005/07/10 15:37:03 momjian Exp $
30
*/
31
#include <postgres.h>
32
33
-#include <openssl/bn.h>
34
-
35
#include "px.h"
36
#include "mbuf.h"
37
#include "pgp.h"
0 commit comments