Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
[openssl.git] / doc / crypto / RAND_set_rand_method.pod
index 86060c95257042fe3ad5124814733f293467e840..02fe90ca89e03b791824b43f1a0a13c2d54ce5b5 100644 (file)
@@ -42,7 +42,7 @@ API is being used, so this function is no longer recommended.
         void (*cleanup)(void);
         void (*add)(const void *buf, int num, int entropy);
         int (*pseudorand)(unsigned char *buf, int num);
-       int (*status)(void);
+        int (*status)(void);
  } RAND_METHOD;
 
 The components point to method implementations used by (or called by), in order,
@@ -69,8 +69,6 @@ algorithms.
 
 L<rand(3)>, L<engine(3)>
 
-=cut
-
 =head1 COPYRIGHT
 
 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.