crypto: sig - Fix verify call
[linux-2.6-microblaze.git] / crypto / internal.h
index e3cf5a6..63e5924 100644 (file)
@@ -44,7 +44,7 @@ struct crypto_akcipher_sync_data {
 
        struct akcipher_request *req;
        struct crypto_wait cwait;
-       struct scatterlist sg[2];
+       struct scatterlist sg;
        u8 *buf;
 };