As ftruncate is not availabe on all platforms, switch back to
[oweals/openssl.git] / crypto / asn1 / i2d_r_pr.c
index 27e6844a7f6005d9a879866517d13c0b4d8277b4..cf5fd9e94e6dd1a4df0713a680832625a302a0bd 100644 (file)
@@ -123,5 +123,11 @@ int i2d_RSAPrivateKey(RSA *a, unsigned char **pp)
        *pp=p;
        return(t);
        }
+#else /* !NO_RSA */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
 #endif